diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index ea99c06..dcac343 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -2,20 +2,20 @@ "version": "2", "templates": [ { - "type": 1, - "title": "Mosquitto", - "description": "Docker image mosquitto", - "categories": ["docker"], - "platform": "linux", - "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png", - "image": "eclipse-mosquitto", - "container_name": "mosquitto", - "ports": ["1883:1883","9001:9001"], - "volumes": [ - { - "conatiner": "/mosquitto" - } - ] - } - ] + "type": 1, + "title": "Mosquitto", + "description": "Docker image mosquitto", + "categories": ["docker"], + "platform": "linux", + "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png", + "image": "eclipse-mosquitto", + "container_name": "mosquitto", + "ports": ["1883:1883","9001:9001"], + "volumes": [ + { + "conatiner": "/mosquitto" + } + ] + } + ] } \ No newline at end of file