From 7bba06cb380cd356f9a58c6e265753293920a921 Mon Sep 17 00:00:00 2001 From: Phill Kelley Date: Tue, 16 Nov 2021 12:22:01 +1100 Subject: [PATCH] 20211116 Deconz community - old-menu branch - PR 2 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` Identical changes made to all three `service_xxx.yml` files. --- .templates/deconz/service_conbee.yml | 4 ++-- .templates/deconz/service_conbee_II.yml | 4 ++-- .templates/deconz/service_raspbee.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.templates/deconz/service_conbee.yml b/.templates/deconz/service_conbee.yml index c23a9a84..58236535 100644 --- a/.templates/deconz/service_conbee.yml +++ b/.templates/deconz/service_conbee.yml @@ -1,5 +1,5 @@ deconz: - image: marthoc/deconz + image: deconzcommunity/deconz container_name: deconz restart: unless-stopped ports: @@ -7,7 +7,7 @@ - '443:443' - '5901:5900' volumes: - - ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ + - ./volumes/deconz/:/opt/deCONZ devices: #ConBee: - /dev/ttyUSB0 diff --git a/.templates/deconz/service_conbee_II.yml b/.templates/deconz/service_conbee_II.yml index da9d99e6..fc165153 100644 --- a/.templates/deconz/service_conbee_II.yml +++ b/.templates/deconz/service_conbee_II.yml @@ -1,5 +1,5 @@ deconz: - image: marthoc/deconz + image: deconzcommunity/deconz container_name: deconz restart: unless-stopped ports: @@ -7,7 +7,7 @@ - '443:443' - '5901:5900' volumes: - - ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ + - ./volumes/deconz/:/opt/deCONZ devices: #ConBee II: - /dev/ttyACM0 diff --git a/.templates/deconz/service_raspbee.yml b/.templates/deconz/service_raspbee.yml index 4aedca66..e9df13a7 100644 --- a/.templates/deconz/service_raspbee.yml +++ b/.templates/deconz/service_raspbee.yml @@ -1,5 +1,5 @@ deconz: - image: marthoc/deconz + image: deconzcommunity/deconz container_name: deconz restart: unless-stopped ports: @@ -7,7 +7,7 @@ - '443:443' - '5901:5900' volumes: - - ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ + - ./volumes/deconz/:/opt/deCONZ devices: #RaspBee: - /dev/ttyAMA0