From bdd7220b433542701028459d6088082daf802362 Mon Sep 17 00:00:00 2001 From: Phill Kelley Date: Tue, 16 Nov 2021 12:22:19 +1100 Subject: [PATCH] 20211116 Deconz community - experimental branch - PR 3 of 3 References: 1. [Discord question](https://discord.com/channels/638610460567928832/638610461109256194/909831079253393419). 2. [GitHub deconz-community](https://github.com/deconz-community/deconz-docker). Changes recommended from Reference #2: * Image from: - `marthoc/deconz:stable` to: - `deconzcommunity/deconz` * Right hand side of volumes mapping from: - `/root/.local/share/dresden-elektronik/deCONZ` to: - `/opt/deCONZ` --- .internal/templates/services/deconz/template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: