Use non-default port for 9001 conflict
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 7s
Deploy to Fighter / Notify (push) Successful in 2s

This commit is contained in:
Joey Hafner 2024-02-26 12:15:26 -08:00
parent be6b99f77a
commit 6e11364268

View File

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