Hello,
I'm running deCONZ in Docker and have configured the following environment variables in my docker-compose.yml:
- DECONZ_WEB_PORT=8080
- DECONZ_WS_PORT=5443
However, when starting the container with the latest version, deCONZ still binds to port 443 instead of the configured port 5443.
Steps to reproduce:
Configure Docker container with DECONZ_WS_PORT=5443
Start the container
Port 443 is occupied instead of 5443
Expected behavior:
deCONZ should use port 5443 for WebSocket connections as configured.
Actual behavior:
deCONZ binds to port 443, ignoring the DECONZ_WS_PORT environment variable.
Workaround:
Rolling back to version 2.31.2 resolves the issue - the port configuration is respected in that version.
Environment:
deCONZ version: latest (deconzcommunity/deconz:latest)
Working version: 2.31.2
Platform: Docker
Thank you!