Bump deconz version

This commit is contained in:
Thomas Lovén 2019-01-15 22:19:45 +01:00
parent 924e714191
commit 75699243fa

View File

@ -26,11 +26,12 @@ services:
deconz: deconz:
container_name: deCONZ container_name: deCONZ
image: marthoc/deconz:amd64-2.05.54 image: marthoc/deconz:amd64-2.05.55
restart: always restart: always
ports: ports:
- "8082:8082" - "8082:8082"
- "10443:10443" - "10443:10443"
- "5900:5900"
devices: devices:
- "/dev/conbee:/dev/ttyUSB0" - "/dev/conbee:/dev/ttyUSB0"
volumes: volumes:
@ -38,6 +39,9 @@ services:
environment: environment:
DECONZ_WEB_PORT: 8082 DECONZ_WEB_PORT: 8082
DECONZ_WS_PORT: 10443 DECONZ_WS_PORT: 10443
DECONZ_VNC_MODE: 1
# The following value is overridden in docker-compose.override.yml
DECONZ_VNC_PASSWORD: secret
mosquitto: mosquitto:
container_name: Mosquitto container_name: Mosquitto