Skip to content

Commit

Permalink
add 1884 for websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 18, 2024
1 parent f5ddc48 commit 1135350
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
services:
mosquitto:
ports:
- 1883:1883
- 1883:1883 # default
- 1884:1884 # websockets
wis2-gdc-api:
ports:
- 80:80
3 changes: 3 additions & 0 deletions docker/mosquitto/mosquitto.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ acl_file /mosquitto/config/acl.conf
## MQTT Listener
listener 1883
protocol mqtt

listener 1884
protocol websockets

0 comments on commit 1135350

Please sign in to comment.