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

This commit is contained in:
2024-08-09 22:12:49 +00:00
parent e969a53839
commit 1e5500cd7c

View File

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