diff --git a/README.md b/README.md index 28b2944..8f12e6e 100644 --- a/README.md +++ b/README.md @@ -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`) diff --git a/templates.json b/templates.json index 0853550..c12780e 100644 --- a/templates.json +++ b/templates.json @@ -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",