Skip to content

Commit 18bdefe

Browse files
authored
port changes and devices commented
1 parent c6390f3 commit 18bdefe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.templates/deconz/service.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
restart: unless-stopped
55
network_mode: bridge
66
ports:
7-
- '80:80'
8-
- '443:443'
7+
- '8090:80'
8+
- '4439:443'
99
- '5901:5900'
1010
volumes:
1111
- ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ
1212
devices:
13-
#ConBee II:
14-
- /dev/ttyACM0
15-
#ConBee:
16-
# - /dev/ttyUSB0
17-
#RaspBee:
18-
# - /dev/ttyAMA0 or /dev/ttyS0
13+
#ConBee II uncomment next line
14+
#- /dev/ttyACM0
15+
#ConBee uncomment next line
16+
#- /dev/ttyUSB0
17+
#RaspBee uncomment next line
18+
#- /dev/ttyAMA0 or /dev/ttyS0
1919
environment:
2020
- DECONZ_VNC_MODE=1
2121
- DECONZ_VNC_PASSWORD=changeme

0 commit comments

Comments
 (0)