4 lines
150 B
Text
4 lines
150 B
Text
#!/bin/bin/with-contenv bashio
|
|
bashio::log.info "Starting nginx..."
|
|
nginx -g "daemon off;" -c /etc/nginx/nginx.conf
|
|
bashio::log.info "nginx running."
|