There was an error while loading. Please reload this page.
1 parent 75a0aaf commit 67af2f8Copy full SHA for 67af2f8
config/pg_hba.conf
docker-compose.yaml
@@ -35,9 +35,7 @@ services:
35
interval: 2s
36
timeout: 2s
37
retries: 20
38
- volumes:
39
- - ./config/pg_hba.conf:/var/lib/postgres/pg_hba.conf
40
- command: postgres -c listen_addresses='*' -c hba_file=/var/lib/postgres/pg_hba.conf
+ command: postgres -c listen_addresses='*'
41
ports:
42
- "5431:5432"
43
networks:
0 commit comments