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

This commit is contained in:
2024-08-09 22:14:29 +00:00
parent b6cc4f74de
commit d79ed9076b

View File

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