diff --git a/dolideb/run.sh b/dolideb/run.sh index 290abf6..d1a3e78 100644 --- a/dolideb/run.sh +++ b/dolideb/run.sh @@ -8,7 +8,7 @@ external_port=$(bashio::config 'external_port') echo "Mapping internal port 80 to external port ${external_port}" # Ensure that apache2 is installed and start it using OpenRC -rc-service apache2 start +httpd -D FOREGROUND # Keep the container running tail -f /dev/null