We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba4bb9 commit 2d8f831Copy full SHA for 2d8f831
.templates/deconz/service.yml
@@ -1,13 +1,13 @@
1
deconz:
2
- image: marthoc/deconz:stable
+ image: deconzcommunity/deconz
3
container_name: deconz
4
restart: unless-stopped
5
ports:
6
- "8090:80"
7
- "443:443"
8
- "5901:5900"
9
volumes:
10
- - ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ
+ - ./volumes/deconz/:/opt/deCONZ
11
devices: # This list is replaced during the build process. Modify the list in "build_settings.yml" to change it.
12
- /dev/null
13
environment:
0 commit comments