esphome/docker/rootfs/etc/services.d/nginx/run
Otto Winter 3baaf6b7c4
Update Hassio base image to 1.4.1 (#484)
* Update Hassio base image to 1.4.1

* Fix rotary encoder typo

Fixes https://github.com/esphome/issues/issues/136
2019-03-17 20:46:32 +01:00

8 lines
319 B
Text
Executable file

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: ESPHome
# Runs the NGINX proxy
# ==============================================================================
bashio::log.info "Starting NGINX..."
exec nginx -g "daemon off;"