From 2d8f8312d6aa8397611d323df1f8a64ce0dac6dd Mon Sep 17 00:00:00 2001 From: Phill Kelley Date: Tue, 16 Nov 2021 12:21:42 +1100 Subject: [PATCH] 20211116 Deconz community - master branch - PR 1 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` --- .templates/deconz/service.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/deconz/service.yml b/.templates/deconz/service.yml index 5ca6f7ad..67eb556e 100644 --- a/.templates/deconz/service.yml +++ b/.templates/deconz/service.yml @@ -1,5 +1,5 @@ deconz: - image: marthoc/deconz:stable + 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 "build_settings.yml" to change it. - /dev/null environment: