Skip to content

WebSocket port configuration ignored - port 443 used instead of configured WS port #16

@aledv

Description

@aledv

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions