We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b3854 commit dfef790Copy full SHA for dfef790
docker-entrypoint.sh
@@ -67,7 +67,7 @@ if [ "$1" = 'postgres' ]; then
67
authMethod=trust
68
fi
69
70
- { echo; echo "host all all 0.0.0.0/0 $authMethod"; } | gosu postgres tee -a "$PGDATA/pg_hba.conf" > /dev/null
+ { echo; echo "host all all all $authMethod"; } | gosu postgres tee -a "$PGDATA/pg_hba.conf" > /dev/null
71
72
# internal start of server in order to allow set-up using psql-client
73
# does not listen on external TCP/IP and waits until start finishes
0 commit comments