Add the httpd template
This commit is contained in:
@@ -8,6 +8,7 @@ It also describes how to host your own Apps.
|
||||
|
||||
* Docker registry (based on `registry:latest`)
|
||||
* Nginx (based on `nginx:latest`)
|
||||
* Httpd (based on `httpd:latest`)
|
||||
* MySQL (based on `mysql:latest`)
|
||||
* Mongo (based on `mongo:latest`)
|
||||
* Redis (based on `redis:latest`)
|
||||
|
||||
@@ -8,6 +8,15 @@
|
||||
"5000/tcp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Httpd",
|
||||
"description": "Open-source HTTP server",
|
||||
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/ASF-logo.svg/2000px-ASF-logo.svg.png",
|
||||
"image": "httpd:latest",
|
||||
"ports": [
|
||||
"80/tcp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Nginx",
|
||||
"description": "High performance web server",
|
||||
|
||||
Reference in New Issue
Block a user