Add the drupal template
This commit is contained in:
@@ -9,6 +9,7 @@ It also describes how to host your own Apps.
|
||||
* Nginx (based on `nginx:latest`)
|
||||
* MySQL (based on `mysql:latest`)
|
||||
* WordPress (based on `wordpress:latest`)
|
||||
* Drupal (based on `drupal:latest`)
|
||||
|
||||
## Template definition format
|
||||
|
||||
|
||||
@@ -40,5 +40,14 @@
|
||||
"ports": [
|
||||
"80/tcp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Drupal",
|
||||
"description": "Open-source content management framework",
|
||||
"logo": "https://www.drupal.org/files/druplicon-small.png",
|
||||
"image": "drupal:latest",
|
||||
"ports": [
|
||||
"80/tcp"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user