Skip to content

Commit 8b63de5

Browse files
committed
Update top-level entrypoint for #440 also
1 parent 01cf838 commit 8b63de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if [ "$1" = 'postgres' ]; then
9595
# does not listen on external TCP/IP and waits until start finishes
9696
PGUSER="${PGUSER:-postgres}" \
9797
pg_ctl -D "$PGDATA" \
98-
-o "-c listen_addresses='localhost'" \
98+
-o "-c listen_addresses=''" \
9999
-w start
100100

101101
file_env 'POSTGRES_USER' 'postgres'

0 commit comments

Comments
 (0)