Skip to content

Commit ad0e64f

Browse files
committed
Upgrade to Ubuntu 24.04
1 parent d012870 commit ad0e64f

13 files changed

Lines changed: 160 additions & 116 deletions

conf/postgresql/pg_hba.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ local all postgres trust
66
# IPv4 local connections:
77
host all postgres 127.0.0.1/32 trust
88

9+
# x0 docker net connections:
10+
host x0 x0 172.20.0.0/16 trust
11+
912
# IPv4 global connections:
1013
host all all 0.0.0.0/0 md5
1114

0 commit comments

Comments
 (0)