Add 'template.json'

This commit is contained in:
2022-03-01 11:37:21 +00:00
parent 3f560e35e5
commit 74bcefa867
+11
View File
@@ -0,0 +1,11 @@
{
"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"
]
}