This commit is contained in:
2025-12-17 17:02:48 +01:00
parent ccb7de4043
commit a56a9308ca

View File

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