Add HOST_AUTH_METHOD=trust to docker compose (see docker-library/postgres#681)

This commit is contained in:
Omar Roth 2020-03-01 10:51:17 -05:00
parent ebd4691462
commit ef70668a77
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

View File

@ -7,6 +7,8 @@ services:
restart: unless-stopped
volumes:
- postgresdata:/var/lib/postgresql/data
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
invidious: