Files
hassio-addons/brave/rootfs/etc/services.d/nginx/run
2026-01-15 16:15:21 +01:00

11 lines
234 B
Plaintext
Executable File

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