From 7420168d345b03b417ee5fd2965e109a6990f724 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 06:17:28 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index e63b398..bdc8e86 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -3,16 +3,16 @@ "templates": [ { "type": 1, - "title": "influxdb", - "description": "Docker image influxdb", + "title": "mosquitto", + "description": "Docker image mosquitto", "categories": ["docker"], "platform": "linux", - "logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png", - "image": "influxdb", - "ports": ["8086:8086/tcp"], + "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png", + "image": "eclipse-mosquitto", + "ports": ["8086:8086/tcp", "9001:9001/tcp"], "volumes": [ { - "bind": "/var/lib/influxdb" + "bind": "/mosquitto" } ] }