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

This commit is contained in:
2024-08-09 22:06:25 +00:00
parent 8a3a5352de
commit 8f794d054a

View File

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