frigate/docker/rootfs/etc/services.d/nginx/run

10 lines
297 B
Plaintext
Raw Normal View History

2022-11-14 19:37:14 +03:00
#!/command/with-contenv bashio
# ==============================================================================
# Runs NGINX
# ==============================================================================
# shellcheck shell=bash
bashio::log.info 'Starting NGINX...'
exec nginx -g "daemon off;"