Skip to content

Commit f1705b0

Browse files
authored
Merge pull request #444 from Paraphraser/20211116-deconz-community-old-menu
20211116 Deconz community - old-menu branch - PR 2 of 3
2 parents 228710a + 7bba06c commit f1705b0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.templates/deconz/service_conbee.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
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:
1212
#ConBee:
1313
- /dev/ttyUSB0

.templates/deconz/service_conbee_II.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
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:
1212
#ConBee II:
1313
- /dev/ttyACM0

.templates/deconz/service_raspbee.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
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:
1212
#RaspBee:
1313
- /dev/ttyAMA0

0 commit comments

Comments
 (0)