Answers for "docker Database is uninitialized and superuser password is not specified."

3

Database is uninitialized and superuser password is not specified. You must specify POSTGRES_PASSWORD to a non-empty value for the superuser. For example, "-e POSTGRES_PASSWORD=password" on "docker run".

sudo chmod 666 /var/run/docker.sock
Posted by: Guest on February-07-2021
0

db_1 | Error: Database is uninitialized and superuser password is not specified.

image: library/postgres:11-alpine
    environment:
      POSTGRES_HOST_AUTH_METHOD: trust
Posted by: Guest on March-09-2020

Code answers related to "docker Database is uninitialized and superuser password is not specified."

Browse Popular Code Answers by Language