Skip to content

Commit

Permalink
Merge pull request #101 from chipp/fix-mq-port
Browse files Browse the repository at this point in the history
Fix mq exposed ports
  • Loading branch information
chipp authored Feb 17, 2024
2 parents 0dc9ff0 + 9c7c307 commit db4dbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
mq:
image: eclipse-mosquitto:2.0.18-openssl
ports:
- 8883:8883
- 8880:8880
volumes:
- ./mq.conf:/mosquitto/config/mosquitto.conf
- ./passwords:/mosquitto/config/passwords
Expand Down

0 comments on commit db4dbf1

Please sign in to comment.