Compare commits

...

2 Commits

Author SHA1 Message Date
a56a9308ca build 2025-12-17 17:02:48 +01:00
ccb7de4043 build 2025-12-17 17:00:25 +01:00

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:/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