Added environment variable to fix Postgres install
This commit is contained in:
parent
9b81b9f544
commit
0881dec251
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user