From 40a8725903391c1435726a24e2206e44aabf4c53 Mon Sep 17 00:00:00 2001 From: mezned Date: Mon, 19 Aug 2024 15:20:44 +0200 Subject: [PATCH] Update dolideb/run.sh --- dolideb/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dolideb/run.sh b/dolideb/run.sh index 32e6187..290abf6 100644 --- a/dolideb/run.sh +++ b/dolideb/run.sh @@ -7,8 +7,8 @@ external_port=$(bashio::config 'external_port') # Configure port mapping dynamically echo "Mapping internal port 80 to external port ${external_port}" -# Start your service, ensuring that it listens on the internal port 80 -service apache2 start +# Ensure that apache2 is installed and start it using OpenRC +rc-service apache2 start # Keep the container running tail -f /dev/null