copy from official addon
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
#!/command/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Home Assistant Community Add-on: grafana
|
||||
# Runs the Nginx daemon
|
||||
# ==============================================================================
|
||||
|
||||
# Wait for grafana to become available
|
||||
bashio::net.wait_for 3000
|
||||
|
||||
bashio::log.info "Starting NGINX..."
|
||||
|
||||
exec nginx
|
||||
Reference in New Issue
Block a user