Skip to content

Commit 67af2f8

Browse files
committed
Do not need pg_hba.conf (matches the default)
1 parent 75a0aaf commit 67af2f8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

config/pg_hba.conf

Lines changed: 0 additions & 2 deletions
This file was deleted.

docker-compose.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ services:
3535
interval: 2s
3636
timeout: 2s
3737
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
38+
command: postgres -c listen_addresses='*'
4139
ports:
4240
- "5431:5432"
4341
networks:

0 commit comments

Comments
 (0)