frigate/docker/rootfs/etc/services.d/nginx/run
2022-11-14 13:37:14 -03:00

10 lines
297 B
Plaintext
Executable File

#!/command/with-contenv bashio
# ==============================================================================
# Runs NGINX
# ==============================================================================
# shellcheck shell=bash
bashio::log.info 'Starting NGINX...'
exec nginx -g "daemon off;"