5 lines
150 B
Text
5 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."
|