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