Skip to content

Commit f34c90d

Browse files
authored
Merge pull request #63 from WEBcodeX1/ubuntu-24.04
Ubuntu 24.04
2 parents 38f1702 + ad0e64f commit f34c90d

14 files changed

Lines changed: 160 additions & 118 deletions

RELEASE.md

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

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)