There was an error while loading. Please reload this page.
1 parent 86ad393 commit 75a0aafCopy full SHA for 75a0aaf
config/pg_hba.conf
@@ -0,0 +1,2 @@
1
+local all all trust
2
+host all all 0.0.0.0/0 trust
docker-compose.yaml
@@ -36,7 +36,7 @@ services:
36
timeout: 2s
37
retries: 20
38
volumes:
39
- - ./pg_hba.conf:/var/lib/postgres/pg_hba.conf
+ - ./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
41
ports:
42
- "5431:5432"
0 commit comments