diff --git a/9.6/alpine/docker-entrypoint.sh b/9.6/alpine/docker-entrypoint.sh index 0ec0bdd54e..39db6ff154 100755 --- a/9.6/alpine/docker-entrypoint.sh +++ b/9.6/alpine/docker-entrypoint.sh @@ -121,7 +121,7 @@ if [ "$1" = 'postgres' ]; then done PGUSER="${PGUSER:-postgres}" \ - pg_ctl -D "$PGDATA" -m fast -w stop + pg_ctl start -D "$PGDATA" echo echo 'PostgreSQL init process complete; ready for start up.'