We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f49446 commit c6f7529Copy full SHA for c6f7529
data/docker-entrypoint.d/10-supervisord.sh
@@ -29,8 +29,8 @@ supervisord_create() {
29
echo
30
echo "[program:httpd]"
31
echo "command=${httpd_command}"
32
- echo "autostart=true"
33
- echo "autorestart=true"
+ echo "autostart=false"
+ echo "autorestart=false"
34
echo "stdout_logfile=/dev/stdout"
35
echo "stdout_logfile_maxbytes=0"
36
echo "stderr_logfile=/dev/stderr"
0 commit comments