Skip to content

Commit 2760a25

Browse files
authored
Merge pull request #11 from devilbox/release-0.16
Fix startup/restart behaviour
2 parents 2f49446 + c6f7529 commit 2760a25

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)