Skip to content

Commit

Permalink
Merge pull request tripal#1834 from tripal/tv4g0-issue1832-docker-v26
Browse files Browse the repository at this point in the history
Add IPv6 loopback to support docker v26
  • Loading branch information
dsenalik authored Mar 29, 2024
2 parents fef7a47 + f28acf5 commit dcef113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tripaldocker/default_files/postgresql/pg_hba.conf
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,6 @@ local all all peer
# IPv4 local connections:
host all tripaladmin 127.0.0.1/32 md5
host all drupaladmin 127.0.0.1/32 md5
# IPv6 local connections:
host all tripaladmin ::1/32 md5
host all drupaladmin ::1/32 md5

0 comments on commit dcef113

Please sign in to comment.