mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
10 lines
297 B
Plaintext
Executable File
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;"
|