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