From 276a16013c2ea016625da4ef3fe03be1f718688a Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 06:40:19 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index bdc8e86..a6b00a4 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -9,10 +9,12 @@ "platform": "linux", "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png", "image": "eclipse-mosquitto", - "ports": ["8086:8086/tcp", "9001:9001/tcp"], + "ports": ["1883:1883/tcp", "9001:9001/tcp"], "volumes": [ { - "bind": "/mosquitto" + "container": "/mosquitto", + "bind": "mosquitto_data", + "readonly": false } ] }