Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
sample: add mqtt ws port
Browse files Browse the repository at this point in the history
  • Loading branch information
flyisland committed Jul 7, 2021
1 parent fd2e819 commit dae6ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tls/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ services:
#Web transport over TLS
#- '443:443'
#MQTT Default VPN
- '1883:1883'
- 1883:1883
#AMQP Default VPN over TLS
#- '5671:5671'
#AMQP Default VPN
#- '5672:5672'
#MQTT Default VPN over WebSockets
#- '8000:8000'
- 8000:8000
#MQTT Default VPN over WebSockets / TLS
#- '8443:8443'
#MQTT Default VPN over TLS
Expand Down

0 comments on commit dae6ab1

Please sign in to comment.