Updated deconz to community version

This commit is contained in:
Florian Zirker 2022-03-02 18:17:40 +01:00
parent cbbc6c0db5
commit 9a2af8e4fd

View file

@ -18,12 +18,12 @@ services:
- "docker.group=smartHome" - "docker.group=smartHome"
deconz: deconz:
image: marthoc/deconz image: deconzcommunity/deconz:stable
network_mode: host network_mode: host
privileged: true privileged: true
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${VOLUMES_PATH}/deCONZ:/root/.local/share/dresden-elektronik/deCONZ - ${VOLUMES_PATH}/deCONZ:/opt/deCONZ
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
devices: devices:
- /dev/ttyACM0 - /dev/ttyACM0