From 40a440ceafc069bbad93d88e940fe24261c29a5b Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 06:24:27 +0000 Subject: [PATCH] Update 'new.json' --- new.json | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/new.json b/new.json index b65403d..07649c5 100644 --- a/new.json +++ b/new.json @@ -3,29 +3,18 @@ "templates": [ { "type": 1, - "title": "Registry", - "description": "Docker image registry", + "title": "mosquitto", + "description": "Docker image mosquitto", "categories": ["docker"], "platform": "linux", - "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png", - "image": "registry:latest", - "ports": ["5000/tcp"], + "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mosquitto.png", + "image": "eclipse-mosquitto", + "ports": ["1883:1883/tcp", "9001:9001/tcp"], "volumes": [ { - "container": "/var/lib/registry" + "container": "/mosquitto" } ] - }, - { - "type": 1, - "title": "Ubuntu", - "description": "Debian-based Linux operating system", - "categories": ["operating-system"], - "platform": "linux", - "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ubuntu.png", - "image": "ubuntu:latest", - "interactive": true, - "command": "/bin/bash" } ] } \ No newline at end of file