Update docker-compose.yml
All checks were successful
deploy / deploy (push) Successful in 1s

This commit is contained in:
2024-08-09 22:02:28 +00:00
parent 727d9ee421
commit e94253a4f6

View File

@@ -3,7 +3,7 @@ services:
mosquitto: mosquitto:
build: build:
context: ./services/mosquitto context: ./services/mosquitto
image: mosquitto:latest image: myInfra/mosquitto:latest
ports: ports:
- '1883:1883' - '1883:1883'
- '8883:8883' - '8883:8883'