From abe1ced6a87a65ee9bacfc837b2c58a46458c769 Mon Sep 17 00:00:00 2001 From: MadhanPrasath Date: Tue, 1 Mar 2022 12:25:22 +0000 Subject: [PATCH] Update 'template.json' --- template.json | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/template.json b/template.json index 511bfd4..62dc9b1 100644 --- a/template.json +++ b/template.json @@ -1,11 +1,15 @@ { - "type": 1, - "title": "Nginx", - "description": "High performance web server", - "logo": "https://cloudinovasi.id/assets/img/logos/nginx.png", - "image": "nginx:latest", - "ports": [ - "8080:80/tcp", - "443/tcp" + "version": "2", + "templates": [ + { + "type": 1, + "title": "Nginx", + "description": "High performance web server", + "logo": "https://cloudinovasi.id/assets/img/logos/nginx.png", + "image": "nginx:latest", + "ports": [ + "8080:80/tcp", + "443/tcp" ] -} \ No newline at end of file +} + ]} \ No newline at end of file