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 c6390f3 commit 18bdefeCopy full SHA for 18bdefe
.templates/deconz/service.yml
@@ -4,18 +4,18 @@
4
restart: unless-stopped
5
network_mode: bridge
6
ports:
7
- - '80:80'
8
- - '443:443'
+ - '8090:80'
+ - '4439:443'
9
- '5901:5900'
10
volumes:
11
- ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ
12
devices:
13
- #ConBee II:
14
- - /dev/ttyACM0
15
- #ConBee:
16
- # - /dev/ttyUSB0
17
- #RaspBee:
18
- # - /dev/ttyAMA0 or /dev/ttyS0
+ #ConBee II uncomment next line
+ #- /dev/ttyACM0
+ #ConBee uncomment next line
+ #- /dev/ttyUSB0
+ #RaspBee uncomment next line
+ #- /dev/ttyAMA0 or /dev/ttyS0
19
environment:
20
- DECONZ_VNC_MODE=1
21
- DECONZ_VNC_PASSWORD=changeme
0 commit comments