Use higher-number port for 1883

This commit is contained in:
Joey Hafner 2024-02-26 12:17:05 -08:00
parent 9c17d57a99
commit 33f3ed0b6e

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: