Add Joomla template. Close #27
This commit is contained in:
@@ -102,6 +102,26 @@
|
||||
"80/tcp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Joomla",
|
||||
"description": "Another free and open-source CMS",
|
||||
"logo": "https://hub.docker.com/public/images/official/joomla.png",
|
||||
"image": "joomla:latest",
|
||||
"env": [
|
||||
{
|
||||
"name": "JOOMLA_DB_HOST",
|
||||
"label": "MySQL database host",
|
||||
"type": "container"
|
||||
},
|
||||
{
|
||||
"name": "JOOMLA_DB_PASSWORD",
|
||||
"label": "Database password"
|
||||
}
|
||||
],
|
||||
"ports": [
|
||||
"80/tcp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Drupal",
|
||||
"description": "Open-source content management framework",
|
||||
|
||||
Reference in New Issue
Block a user