Answers for "error: database is uninitialized and superuser password is not specified. postgres | you must specify postgres_password to a non-empty value for the postgres | superuser. for example, "-e postgres_password=password" on "docker run"."

40

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

Code answers related to "error: database is uninitialized and superuser password is not specified. postgres | you must specify postgres_password to a non-empty value for the postgres | superuser. for example, "-e postgres_password=password" on "docker run"."

Browse Popular Code Answers by Language