diff --git a/.internal/templates/services/deconz/template.yml b/.internal/templates/services/deconz/template.yml index 49598774..2fe4f990 100644 --- a/.internal/templates/services/deconz/template.yml +++ b/.internal/templates/services/deconz/template.yml @@ -1,5 +1,5 @@ deconz: - image: marthoc/deconz + image: deconzcommunity/deconz container_name: deconz restart: unless-stopped ports: @@ -7,7 +7,7 @@ deconz: - "443:443" - "5901:5900" volumes: - - ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ + - ./volumes/deconz/:/opt/deCONZ devices: # This list is replaced during the build process. Modify the list in "config.js" to change it. - "{$deconzSelectedDevice}" environment: