Update dolideb/run.sh
This commit is contained in:
parent
b4dad6f57f
commit
40a8725903
@ -7,8 +7,8 @@ external_port=$(bashio::config 'external_port')
|
|||||||
# Configure port mapping dynamically
|
# Configure port mapping dynamically
|
||||||
echo "Mapping internal port 80 to external port ${external_port}"
|
echo "Mapping internal port 80 to external port ${external_port}"
|
||||||
|
|
||||||
# Start your service, ensuring that it listens on the internal port 80
|
# Ensure that apache2 is installed and start it using OpenRC
|
||||||
service apache2 start
|
rc-service apache2 start
|
||||||
|
|
||||||
# Keep the container running
|
# Keep the container running
|
||||||
tail -f /dev/null
|
tail -f /dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user