Graylog2 / graylog-docker

Official Graylog Docker image
https://hub.docker.com/r/graylog/graylog/
Apache License 2.0
361 stars 133 forks source link

Graylog docker image root password & timezone problems #125

Closed oguzhansrky closed 3 years ago

oguzhansrky commented 3 years ago

Hi,

what I'm talking about is not web ui password.

A root user password is prompted for a Docker container

see steps;

1) docker exec -it graylog /bin/bash

2) su - root Password:

here i am asking for user password here.


I cannot update the time and date because there is no root user password.

jalogisch commented 3 years ago

he @oguzhansrky

I have moved your question to the docker repo - but in addition I can give you the answer, we do not have a root password.

If you need to change settings inside the image we recommend to build you own image based on ours.

https://docs.graylog.org/en/3.3/pages/installation/docker.html#new-docker-image

oguzhansrky commented 3 years ago

he @jalogisch

thank you for the info, this solved my problem for me.