Skip to content

Commit 050fdb1

Browse files
authored
deconz added
1 parent 413c0ae commit 050fdb1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.templates/deconz/service.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
ports:
77
- '80:80'
88
- '443:443'
9-
- '5901:5901'
9+
- '5901:5900'
1010
volumes:
1111
- ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ
1212
devices:
@@ -17,10 +17,7 @@
1717
#RaspBee:
1818
# - /dev/ttyAMA0 or /dev/ttyS0
1919
environment:
20-
- DECONZ_WEB_PORT=80
21-
- DECONZ_WS_PORT=443
2220
- DECONZ_VNC_MODE=1
23-
- DECONZ_VNC_PORT=5901
2421
- DECONZ_VNC_PASSWORD=changeme
2522
- DEBUG_INFO=1
2623
- DEBUG_APS=0

0 commit comments

Comments
 (0)