mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
7ad2d86929
* Update Hassio base image to 1.4.1 * Fix rotary encoder typo Fixes https://github.com/esphome/issues/issues/136
8 lines
319 B
Text
Executable file
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;"
|