Skip to content

Commit 4b877cd

Browse files
committed
Fix postgres network accessibility from other containers
1 parent ef6b035 commit 4b877cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/pg_hba.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ local all postgres peer
9494
# "local" is for Unix domain socket connections only
9595
local all all peer
9696
# IPv4 local connections:
97-
host all all 127.0.0.1/32 scram-sha-256
97+
host all all all md5
9898
# IPv6 local connections:
9999
host all all ::1/128 scram-sha-256
100100
# Allow replication connections from localhost, by a user with the

0 commit comments

Comments
 (0)