#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start NGINX service
# ==============================================================================

bashio::log.info "Starting Nginx..."
exec nginx
