Added environment variable to fix Postgres install
This commit is contained in:
parent
9b81b9f544
commit
0881dec251
@ -56,6 +56,8 @@ services:
|
|||||||
|
|
||||||
zammad-postgresql:
|
zammad-postgresql:
|
||||||
image: ${IMAGE_REPO}:zammad-postgresql${VERSION}
|
image: ${IMAGE_REPO}:zammad-postgresql${VERSION}
|
||||||
|
environment:
|
||||||
|
- POSTGRES_HOST_AUTH_METHOD=trust
|
||||||
restart: ${RESTART}
|
restart: ${RESTART}
|
||||||
volumes:
|
volumes:
|
||||||
- postgresql-data:/var/lib/postgresql/data
|
- postgresql-data:/var/lib/postgresql/data
|
||||||
|
Loading…
Reference in New Issue
Block a user