Uh oh!
There was an error while loading. Please reload this page.
Add default root password to postgres service definition - #29
Conversation
bconway
commented
Mar 13, 2020
I'm seeing this behavior as well with a fresh clone of the repo, but definitely have not previously. Perhaps this is new(ish) default behavior for the PostgreSQL image tag, I vaguely recall the docs previously saying |
sophiekovalevsky
commented
Mar 13, 2020
I think this is related with the newer postgres docker image version. As far as I know, this is to improve security. As far as I know, to solve the issue there are two approaches:
The pull request associated with can be found at docker-library/postgres#658 I think that between those I would rather choose first one. |
brocaar
commented
Mar 16, 2020
Thanks @skrajewski, I can also reproduce the issue by pulling in the latest |
Thanks for preparing the whole stack on docker-compose. It's really easy to use.
After
docker-compose up -d, the postgres service is down anddocker logsprints information about missing root password.Since these docker-compose files are for testing purposes, I think it's OK to use some default root password. It'll make the
upprocess seamlessly.Kind Regards.