Files
Test/template.json
T
2022-03-01 11:37:21 +00:00

11 lines
225 B
JSON

{
"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"
]
}