ub.privat

Members
  • Posts

    1
  • Joined

  • Last visited

ub.privat's Achievements

Noob

Noob (1/14)

0

Reputation

  1. the docker is running fine after installation. Installation method: sudo docker run -d \ --name=deconzgateway \ --net=host \ --restart=always \ -v /volume1/docker/deconz:/opt/deCONZ \ --device=/dev/ttyACM0 \ -e DECONZ_UID=0 \ -e DECONZ_GID=0 \ -e DECONZ_WEB_PORT=8085 \ -e DECONZ_WS_PORT=443 \ deconzcommunity/deconz:stable Now I want to set the DECONZ_VNC_MODE =1 afterwards. I try this in the settings of the container. This fails and Docker tries to restart all the time. Where should I look for the error?