From c62964ca38a1efc41f47a85778bb0613906e864e Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 27 Oct 2019 16:50:30 +0200 Subject: [PATCH] Fixed network Signed-off-by: Marko Korhonen --- homeautomation/docker-compose.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/homeautomation/docker-compose.yml b/homeautomation/docker-compose.yml index 23d7018..6860550 100644 --- a/homeautomation/docker-compose.yml +++ b/homeautomation/docker-compose.yml @@ -31,14 +31,12 @@ services: image: marthoc/deconz restart: always environment: - DECONZ_VNC_MODE: 0 + DECONZ_WEB_PORT: 8083 + DECONZ_WS_PORT: 8084 DECONZ_VNC_PORT: 5901 + DECONZ_VNC_MODE: 1 DECONZ_VNC_PASSWORD: "${DECONZ_VNC_PASSWORD}" network_mode: host - ports: - - "8083:80" - - "8084:443" - - "5901:5901" volumes: - /etc/localtime:/etc/localtime:ro - /homeautomation-config/deconz:/root/.local/share/dresden-elektronik/deCONZ