Updated deconz to community version
This commit is contained in:
parent
cbbc6c0db5
commit
9a2af8e4fd
1 changed files with 2 additions and 2 deletions
|
@ -18,12 +18,12 @@ services:
|
||||||
- "docker.group=smartHome"
|
- "docker.group=smartHome"
|
||||||
|
|
||||||
deconz:
|
deconz:
|
||||||
image: marthoc/deconz
|
image: deconzcommunity/deconz:stable
|
||||||
network_mode: host
|
network_mode: host
|
||||||
privileged: true
|
privileged: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUMES_PATH}/deCONZ:/root/.local/share/dresden-elektronik/deCONZ
|
- ${VOLUMES_PATH}/deCONZ:/opt/deCONZ
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
devices:
|
devices:
|
||||||
- /dev/ttyACM0
|
- /dev/ttyACM0
|
||||||
|
|
Loading…
Reference in a new issue