From c1264833bd84a58db717a32749e05a122962dc4f Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 06:07:24 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index 152508c..f0164b9 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -9,12 +9,12 @@ "platform": "linux", "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png", "image": "eclipse-mosquitto", - "ports": ["1883:1883/tcp", "9001:9001/tcp"], + "ports": ["1883:1883/tcp","9001:9001/tcp"], "volumes": [ { "bind": "/mosquitto" } - ] + ] } ] } \ No newline at end of file