You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fails with:
db_1 | Error: Database is uninitialized and superuser password is not specified.
db_1 | You must specify POSTGRES_PASSWORD for the superuser. Use
db_1 | "-e POSTGRES_PASSWORD=password" to set it in "docker run".
db_1 |
db_1 | You may also use POSTGRES_HOST_AUTH_METHOD=trust to allow all connections
db_1 | without a password. This is *not* recommended. See PostgreSQL
db_1 | documentation about "trust":
db_1 | https://www.postgresql.org/docs/current/auth-trust.html
Appears to be related to
docker-library/postgres#681
0 commit comments