Update top-level entrypoint for #440 also

This commit is contained in:
Tianon Gravi 2018-05-10 09:41:57 -07:00
parent 01cf838047
commit 8b63de5f0c
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ if [ "$1" = 'postgres' ]; then
# does not listen on external TCP/IP and waits until start finishes
PGUSER="${PGUSER:-postgres}" \
pg_ctl -D "$PGDATA" \
-o "-c listen_addresses='localhost'" \
-o "-c listen_addresses=''" \
-w start
file_env 'POSTGRES_USER' 'postgres'