diff --git a/templates.json b/templates.json index 874385a..afdf784 100644 --- a/templates.json +++ b/templates.json @@ -1,4 +1,13 @@ [ + { + "title": "Registry", + "description": "Docker image registry", + "logo": "https://camo.githubusercontent.com/1e11d429705bf6695b79d24966cb1267c00b7df6/68747470733a2f2f7777772e646f636b65722e636f6d2f73697465732f64656661756c742f66696c65732f6f79737465722d72656769737472792d332e706e67", + "image": "registry:latest", + "ports": [ + "5000/tcp" + ] + }, { "title": "Nginx", "description": "High performance web server", @@ -95,14 +104,5 @@ "8088/tcp" ], "volumes": ["/var/lib/wowza"] - }, - { - "title": "Registry", - "description": "Docker image registry", - "logo": "https://camo.githubusercontent.com/1e11d429705bf6695b79d24966cb1267c00b7df6/68747470733a2f2f7777772e646f636b65722e636f6d2f73697465732f64656661756c742f66696c65732f6f79737465722d72656769737472792d332e706e67", - "image": "registry:latest", - "ports": [ - "5000/tcp" - ] } ]