Skip to content

Commit c6f7529

Browse files
committed
Fix startup/restart behaviour
1 parent 2f49446 commit c6f7529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/docker-entrypoint.d/10-supervisord.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ supervisord_create() {
2929
echo
3030
echo "[program:httpd]"
3131
echo "command=${httpd_command}"
32-
echo "autostart=true"
33-
echo "autorestart=true"
32+
echo "autostart=false"
33+
echo "autorestart=false"
3434
echo "stdout_logfile=/dev/stdout"
3535
echo "stdout_logfile_maxbytes=0"
3636
echo "stderr_logfile=/dev/stderr"

0 commit comments

Comments
 (0)