I just got a new m3 machine and am trying to run docker. When running docker-compose up, I get:
uta-1 | Error: Database is uninitialized and superuser password is not specified.
uta-1 | You must specify POSTGRES_PASSWORD to a non-empty value for the
uta-1 | superuser. For example, "-e POSTGRES_PASSWORD=password" on "docker run".
uta-1 |
uta-1 | You may also use "POSTGRES_HOST_AUTH_METHOD=trust" to allow all
uta-1 | connections without a password. This is *not* recommended.
uta-1 |
uta-1 | See PostgreSQL documentation about "trust":
uta-1 | https://www.postgresql.org/docs/current/auth-trust.html
I just got a new m3 machine and am trying to run docker. When running
docker-compose up
, I get: