Files
hassio-addons/tandoor_recipes/rootfs/etc/services.d/nginx/run
Alexandre d6b1682234 Improve
2023-10-14 22:41:27 +02:00

10 lines
237 B
Plaintext

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