Use non-default port for 9001 conflict

This commit is contained in:
Joey Hafner 2024-02-26 12:15:26 -08:00
parent 7d16a1894b
commit 9c17d57a99

View File

@ -21,7 +21,7 @@ services:
- $DOCKER_DATA/mosquitto:/mosquitto/data
ports:
- 1883:1883
- 9001:9001
- 19001:9001
networks:
web: