Update dolideb/run.sh
This commit is contained in:
		@@ -8,7 +8,7 @@ external_port=$(bashio::config 'external_port')
 | 
				
			|||||||
echo "Mapping internal port 80 to external port ${external_port}"
 | 
					echo "Mapping internal port 80 to external port ${external_port}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Ensure that apache2 is installed and start it using OpenRC
 | 
					# Ensure that apache2 is installed and start it using OpenRC
 | 
				
			||||||
rc-service apache2 start
 | 
					httpd -D FOREGROUND
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Keep the container running
 | 
					# Keep the container running
 | 
				
			||||||
tail -f /dev/null
 | 
					tail -f /dev/null
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user