Skip to content

Commit fabeeea

Browse files
authored
Update docker-entrypoint.sh
1 parent dd88d2f commit fabeeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9.6/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ if [ "$1" = 'postgres' ]; then
121121
done
122122

123123
PGUSER="${PGUSER:-postgres}" \
124-
pg_ctl -D "$PGDATA" -m fast -w stop
124+
pg_ctl start -D "$PGDATA"
125125

126126
echo
127127
echo 'PostgreSQL init process complete; ready for start up.'

0 commit comments

Comments
 (0)