Add POSTGRES_HOST_AUTH_METHOD to docker-compose · Issue #10...
But after specifying the POSTGRES_HOST_AUTH_METHOD to trust like so: image: postgres volumes: - ./tmp/db:/var/lib/postgresql/data environment: POSTGRES_HOST_AUTH_METHOD: "trust" We are able to get the db cont