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 69bc540 commit 844eca5Copy full SHA for 844eca5
docker-entrypoint.sh
@@ -43,6 +43,8 @@ if [ "$1" = 'postgres' ]; then
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
+
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