We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844eca5 commit 7beeeabCopy full SHA for 7beeeab
docker-entrypoint.sh
@@ -42,9 +42,7 @@ if [ "$1" = 'postgres' ]; then
42
authMethod=trust
43
fi
44
45
- { echo; echo "host all all 0.0.0.0/0 $authMethod"; } >> "$PGDATA/pg_hba.conf"
46
- { echo; echo "host all all ::/0 $authMethod"; } >> "$PGDATA/pg_hba.conf"
47
-
+ { echo; echo "host all all all $authMethod"; } >> "$PGDATA/pg_hba.conf"
48
49
# internal start of server in order to allow set-up using psql-client
50
# does not listen on external TCP/IP and waits until start finishes
0 commit comments