This post is super simple...it's to share the command line I use to run DeconZ in a docker container. I will also post this on my github: https://github.com/thekerneldump/deconzscript #/bin/bash docker run -d --name=deconzbro -e DECONZ_UID=0 -e DECONZ GID=0 -p 443:443 -p 5900:5900 -p 6080:6080 -p 5901:5901 -p 8001:80 --restart=unless-stopped -e DECONZ_VNC MODE=1 -e DECONZ_VNC_PORT=5901 -e DECONZ_V