This commit is contained in:
2025-12-01 20:05:39 +01:00
parent 83075b5d70
commit a52c6d0acf
3 changed files with 65 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ services:
container_name: esphome
image: ${DOCKER_REGISTRY:-}esphome/esphome:latest
volumes:
- /share/docker_data/esphome/config:/config
- /share/docker_data/esphome_config:/config
- /etc/localtime:/etc/localtime:ro
restart: ${RESTART:-unless-stopped}
privileged: true