fix(S2-a): keep plaintext MQTT inside compose network

This commit is contained in:
Brent Perteet
2026-08-20 15:44:38 -05:00
parent 9ffe021354
commit 8f638bfa4f
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ services:
mosquitto:
image: eclipse-mosquitto:2
ports:
- "1883:1883"
- "8883:8883"
- "8884:8884"
- "127.0.0.1:9001:9001"