13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
[program:apache-2.4]
|
|
command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND"
|
|
autostart=true
|
|
autorestart=true
|
|
startretries=3
|
|
|
|
# Redirect output so we can see it using "docker logs"
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
|