mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-08-01 12:30:38 +08:00
added trust on samenet in pg_hba
This commit is contained in:
@@ -29,6 +29,7 @@ EOF
|
|||||||
|
|
||||||
# allow remote connections to postgresql database
|
# allow remote connections to postgresql database
|
||||||
cat >> ${PG_CONFDIR}/pg_hba.conf <<EOF
|
cat >> ${PG_CONFDIR}/pg_hba.conf <<EOF
|
||||||
|
host all all samenet trust
|
||||||
host all all 0.0.0.0/0 md5
|
host all all 0.0.0.0/0 md5
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user