I try to install GrayLog 3.2 in a different way - using docker (docker compose). All containers are up. I’ve tried to use env_file to put my pass in another file, but it didn’t work. Also, I tried with GRAYLOG_PASSWORD_SECRET. I put my own pass and then I run the command echo -n “mypass” | sha256sum and put the result on GRAYLOG_ROOT_PASSWORD_SHA2. The command docker-compose up run without erros, but I recieve the message at the login screen: Invalid credentials, please verify them and retry.
I need any extra configuration or field to make it work?