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"
|
||||
|
||||
deconz:
|
||||
image: marthoc/deconz
|
||||
image: deconzcommunity/deconz:stable
|
||||
network_mode: host
|
||||
privileged: true
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/deCONZ:/root/.local/share/dresden-elektronik/deCONZ
|
||||
- ${VOLUMES_PATH}/deCONZ:/opt/deCONZ
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
devices:
|
||||
- /dev/ttyACM0
|
||||
|
|
Loading…
Reference in a new issue