Skip to content

Commit d958697

Browse files
authored
Merge pull request #443 from Paraphraser/20211116-deconz-community-master
20211116 Deconz community - master branch - PR 1 of 3
2 parents eb6cfb5 + 2d8f831 commit d958697

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)