changed startup from supervisor to apache2ctl

This commit is contained in:
Marcelo Garbin 2021-06-10 00:06:56 -03:00
parent 3d57064466
commit 90660fbb77
1 changed files with 2 additions and 2 deletions

View File

@ -17,5 +17,5 @@ if [ ${APACHE_HTTP2} = true ]; then
service apache2 restart
fi
# Start supervisord in foreground
supervisord
# Start apache in foreground
/usr/sbin/apache2ctl -D FOREGROUND