This commit is contained in:
Alexandre
2025-07-30 10:22:11 +02:00
committed by GitHub
parent f2af09fa13
commit a59caf0581
2 changed files with 2 additions and 39 deletions

View File

@@ -7,11 +7,4 @@
# Start omni-tools container content
bashio::log.info "Starting application"
/./docker-entrypoint.sh & true
# Wait for app to become available
bashio::net.wait_for 8096 localhost 900
# Start nginx
bashio::log.info "Starting NGinx..."
exec nginx &>/proc/1/fd/1
/./docker-entrypoint.sh "nginx -g daemon" &>/proc/1/fd/1