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

This commit is contained in:
2024-08-09 22:12:05 +00:00
parent deb94cd06e
commit e969a53839

View File

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