Files
opt/docker-compose.esphome.yaml
2025-05-05 10:11:12 +02:00

11 lines
250 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