Files
hassio-addons/changedetection.io/rootfs/etc/services.d/nginx/run
2026-01-14 11:34:16 +01:00

11 lines
234 B
Plaintext

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# ==============================================================================
bashio::net.wait_for 5000 localhost 900
bashio::log.info "Starting NGinx..."
exec nginx