oznu / docker-unms

This image is no longer maintained: https://github.com/oznu/docker-unms/issues/53
143 stars 68 forks source link

WebSocket Issue on 0.13.3 #52

Closed jrhurley closed 5 years ago

jrhurley commented 5 years ago

Morning,

UNMS 0.13.3 exposes extra ports in the Docker config which aren't mentioned in https://github.com/oznu/docker-unms/wiki/UNMS-on-Synology-DSM

The WS_PORT environment must be left at 443 for UNMS to be able to communicate with devices.

Only PUBLIC_HTTPS and PUBLIC_WS environment variables should be updated to match the port assignments.

Hope this helps - took me ages to figure this out!

Thanks, Jonathon