Skip to content

Commit 7bba06c

Browse files
committed
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 SensorsIot#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.
1 parent 95e7856 commit 7bba06c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.templates/deconz/service_conbee.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
deconz:
2-
image: marthoc/deconz
2+
image: deconzcommunity/deconz
33
container_name: deconz
44
restart: unless-stopped
55
ports:
66
- '8090:80'
77
- '443:443'
88
- '5901:5900'
99
volumes:
10-
- ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ
10+
- ./volumes/deconz/:/opt/deCONZ
1111
devices:
1212
#ConBee:
1313
- /dev/ttyUSB0

.templates/deconz/service_conbee_II.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
deconz:
2-
image: marthoc/deconz
2+
image: deconzcommunity/deconz
33
container_name: deconz
44
restart: unless-stopped
55
ports:
66
- '8090:80'
77
- '443:443'
88
- '5901:5900'
99
volumes:
10-
- ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ
10+
- ./volumes/deconz/:/opt/deCONZ
1111
devices:
1212
#ConBee II:
1313
- /dev/ttyACM0

.templates/deconz/service_raspbee.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
deconz:
2-
image: marthoc/deconz
2+
image: deconzcommunity/deconz
33
container_name: deconz
44
restart: unless-stopped
55
ports:
66
- '8090:80'
77
- '443:443'
88
- '5901:5900'
99
volumes:
10-
- ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ
10+
- ./volumes/deconz/:/opt/deCONZ
1111
devices:
1212
#RaspBee:
1313
- /dev/ttyAMA0

0 commit comments

Comments
 (0)