Files
hassio-addons/bitwarden/rootfs/etc/services.d/nginx/run
2021-01-07 09:55:45 +01:00

10 lines
335 B
Plaintext

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: Bitwarden
# Runs the Nginx daemon
# ==============================================================================
bashio::net.wait_for 80
bashio::log.info "Starting NGinx..."
exec nginx