Files
hassio-addons/emby/root/etc/services.d/nginx/run
Alexandre e4ce1f7589 emby ssl
2021-11-13 17:41:48 +01:00

9 lines
292 B
Plaintext

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Runs the Nginx daemon
# ==============================================================================
bashio::net.wait_for 8096
bashio::log.info "Starting NGinx..."
exec nginx