changed port

This commit is contained in:
root
2023-11-16 00:26:14 -06:00
parent d20efcc665
commit 027c1262be

View File

@@ -11,7 +11,7 @@ services:
ports:
- 1883:1883
healthcheck:
test: ["CMD", "mosquitto_sub", "-t", "$$SYS/#", "-C", "1", "-i", "healthcheck", "-W", "3"]
test: ["CMD", "mosquitto_sub", "-t", "$$SYS/#", "-C", "1", "-i", "healthcheck", "-W", "3", "--port", "1880"]
start_period: 15s
start_interval: 1s
interval: 5s