esphome/docker/rootfs/etc/services.d/nginx/run
Otto Winter 7ad2d86929
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:41:07 +01:00

9 lines
319 B
Plaintext
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;"