mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
10 lines
337 B
Plaintext
10 lines
337 B
Plaintext
#!/command/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Vaultwarden
|
|
# Runs the Nginx daemon
|
|
# ==============================================================================
|
|
bashio::net.wait_for 80
|
|
bashio::log.info "Starting NGinx..."
|
|
|
|
exec nginx
|