Files
hassio-addons/emby/rootfs/etc/services.d/nginx/run
2025-11-15 00:57:15 +00:00

12 lines
269 B
Plaintext

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# ==============================================================================
# Wait for app to become available
bashio::net.wait_for 8096 localhost 900
bashio::log.info "Starting NGinx..."
exec nginx