Files
hassio-addons/seerr/rootfs/etc/services.d/nginx/run
2026-02-19 11:29:36 +00:00

12 lines
271 B
Plaintext

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