mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Create run
This commit is contained in:
11
portainer/rootfs/etc/s6-overlay/s6-rc.d/nginx/run
Normal file
11
portainer/rootfs/etc/s6-overlay/s6-rc.d/nginx/run
Normal 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
|
||||||
Reference in New Issue
Block a user