Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docker-psql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ networks:
ipam:
driver: default
config:
- subnet: 172.18.0.0/16
gateway: 172.18.0.1
- subnet: 172.22.0.0/16
gateway: 172.22.0.1
2 changes: 1 addition & 1 deletion docs/docker-psql/master/pg_hba.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ local replication all trust
host replication all 127.0.0.1/32 trust
host replication all ::1/128 trust

host replication all 172.18.0.0/16 md5
host replication all 172.22.0.0/16 md5

host all all all scram-sha-256