Use higher-number port for 1883
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 7s
Deploy to Fighter / Notify (push) Successful in 1s

This commit is contained in:
Joey Hafner 2024-02-26 12:17:05 -08:00
parent 6e11364268
commit 9e535e6d99

View File

@ -20,7 +20,7 @@ services:
- ./mosquitto.conf:/mosquitto/config/mosquitto.conf
- $DOCKER_DATA/mosquitto:/mosquitto/data
ports:
- 1883:1883
- 12883:1883
- 19001:9001
networks: