9 lines
344 B
Plaintext
9 lines
344 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Start nginx proxy
|
|
# s6-overlay docs: https://github.com/just-containers/s6-overlay
|
|
# ==============================================================================
|
|
|
|
bashio::log.info "Starting NGinx..."
|
|
exec nginx -g 'daemon off;'
|