Skip to content

Commit ebccb9a

Browse files
authored
Merge pull request #445 from Paraphraser/20211116-deconz-community-experimental
20211116 Deconz community - experimental branch - PR 3 of 3
2 parents 36481ee + bdd7220 commit ebccb9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.internal/templates/services/deconz/template.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: # This list is replaced during the build process. Modify the list in "config.js" to change it.
1212
- "{$deconzSelectedDevice}"
1313
environment:

0 commit comments

Comments
 (0)