mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-01 02:27:26 +01:00
update esphome
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
esphome:
|
||||
image: esphome/esphome
|
||||
image: esphome/esphome:stable
|
||||
ports:
|
||||
- "6052:6052"
|
||||
volumes:
|
||||
- ./data:/config
|
||||
environment:
|
||||
- ESPHOME_DASHBOARD_USE_PING=true
|
||||
### FOR THE FIRST-TIME ONLY ###
|
||||
#devices: #
|
||||
# - /dev/ttyACM0 #
|
||||
###############################
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user