From 16c67173e012579d58f3f89367ad55e5ead6e339 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 08:23:48 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 42 +++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index 5078772..67630f7 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -23,28 +23,28 @@ } ] }, - // { - // "type": 1, - // "title": "mosquitto", - // "name": "mosquitto", - // "description": "Docker image mosquito", - // "categories": ["Docker"], - // "platform": "linux", - // "logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png", - // "administrator_only": false, - // "image": "eclipse-mosquitto", - // "hostname": "mosquitto", - // "ports": ["1883:1883/tcp","9001:9001/tcp"], - // "restart_policy": "unless-stopped", - // "volumes": [ - // { - // "container": "/mosquitto", - // "bind": "/srv/mosquitto_data", - // "readonly": true + { + "type": 1, + "title": "mosquitto", + "name": "mosquitto", + "description": "Docker image mosquito", + "categories": ["Docker"], + "platform": "linux", + "logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png", + "administrator_only": false, + "image": "eclipse-mosquitto", + "hostname": "mosquitto", + "ports": ["1883:1883/tcp","9001:9001/tcp"], + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/mosquitto", + "bind": "/srv/mosquitto_data", + "readonly": true - // } - // ] - // } + } + ] + }, { "type": 1, "title": "influxdb",