Advertisement
pveselov

host pg_hba.conf for docker access

Aug 13th, 2023
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. local all all peer
  2. host all all 127.0.0.1/32 md5
  3. host all all 172.16.0.0/12 md5
  4. host all all 192.168.0.0/16 md5
  5. host all all ::1/128 md5
  6.  
  7. local replication all peer
  8. host replication all 127.0.0.1/32 ident
  9. host replication all ::1/128 ident
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement