Skip to content

Commit 1c24749

Browse files
Update docker-compose.yaml
1 parent 4193248 commit 1c24749

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docker-compose.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ services:
4747
- -c
4848
- listen_addresses=*
4949
environment:
50-
POSTGRES_DB: ${POSTGRES_DATABASE}
51-
POSTGRES_USER: ${POSTGRES_USERNAME}
52-
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
53-
POSTGRES_HOST_AUTH_METHOD: trust
50+
- POSTGRES_DB=${POSTGRES_DATABASE}
51+
- POSTGRES_USER=${POSTGRES_USERNAME}
52+
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
5453
volumes:
5554
- postgres_data:/var/lib/postgresql/data
5655
networks:

0 commit comments

Comments
 (0)