Files
opt/compose.esphome.yaml
2025-07-30 13:37:18 +02:00

11 lines
256 B
YAML

services:
esphome:
container_name: esphome
image: esphome/esphome:2022.12.8
network_mode: host
restart: unless-stopped
volumes:
- /opt/esphome:/config:rw
- /opt/esphome/log:/log:rw
- /etc/localtime:/etc/localtime:ro