changed port
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user