Files
hassio-addons/bitwarden/rootfs/etc/s6-overlay/s6-rc.d/nginx/run
2025-12-28 21:30:03 +01:00

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