Skip to content

Commit 2d8f831

Browse files
committed
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 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`
1 parent 5ba4bb9 commit 2d8f831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.templates/deconz/service.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:stable
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: # This list is replaced during the build process. Modify the list in "build_settings.yml" to change it.
1212
- /dev/null
1313
environment:

0 commit comments

Comments
 (0)