mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-18 19:59:59 +01:00
build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user