Added environment variable to fix Postgres install

This commit is contained in:
theweirdone 2020-02-24 10:11:28 +01:00
parent 9b81b9f544
commit 0881dec251

View File

@ -56,6 +56,8 @@ services:
zammad-postgresql:
image: ${IMAGE_REPO}:zammad-postgresql${VERSION}
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
restart: ${RESTART}
volumes:
- postgresql-data:/var/lib/postgresql/data