Fixed network
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
8fedb7b439
commit
9516015c8c
1 changed files with 3 additions and 5 deletions
|
@ -31,14 +31,12 @@ services:
|
||||||
image: marthoc/deconz
|
image: marthoc/deconz
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
DECONZ_VNC_MODE: 0
|
DECONZ_WEB_PORT: 8083
|
||||||
|
DECONZ_WS_PORT: 8084
|
||||||
DECONZ_VNC_PORT: 5901
|
DECONZ_VNC_PORT: 5901
|
||||||
|
DECONZ_VNC_MODE: 1
|
||||||
DECONZ_VNC_PASSWORD: "${DECONZ_VNC_PASSWORD}"
|
DECONZ_VNC_PASSWORD: "${DECONZ_VNC_PASSWORD}"
|
||||||
network_mode: host
|
network_mode: host
|
||||||
ports:
|
|
||||||
- "8083:80"
|
|
||||||
- "8084:443"
|
|
||||||
- "5901:5901"
|
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /homeautomation-config/deconz:/root/.local/share/dresden-elektronik/deCONZ
|
- /homeautomation-config/deconz:/root/.local/share/dresden-elektronik/deCONZ
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue