Files
hassio-addons/emby/rootfs/etc/services.d/nginx/run
2022-04-19 22:01:20 +02:00

11 lines
262 B
Plaintext

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