This commit is contained in:
2025-12-17 17:00:25 +01:00
parent 445ca305cc
commit ccb7de4043

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
- /etc/localtime:/etc/localtime:ro
restart: ${RESTART:-unless-stopped}
privileged: true