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