Create run

This commit is contained in:
Alexandre
2023-03-01 21:36:28 +01:00
committed by GitHub
parent f1647a97a3
commit c0f8bdd4c7

View File

@@ -0,0 +1,11 @@
#!/command/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: AdGuard Home
# Runs the Nginx daemon
# ==============================================================================
# Wait for adguard to become available
bashio::net.wait_for 9000 localhost 900
bashio::log.info "Starting NGinx..."
exec nginx