feat(template): add plone template
This commit is contained in:
@@ -22,6 +22,7 @@ Documentation is available [ReadTheDocs](http://portainer.readthedocs.io/en/late
|
||||
* WordPress (based on `wordpress:latest`)
|
||||
* Joomla (based on `joomla:latest`)
|
||||
* Drupal (based on `drupal:latest`)
|
||||
* Plone (based on `plone:latest`)
|
||||
* Magento 2 (based on `alankent/gsd:latest`)
|
||||
* Wowza (based on `sameersbn/wowza:4.1.2-8`)
|
||||
* Jenkins (based on `jenkins:latest`)
|
||||
|
||||
@@ -175,6 +175,15 @@
|
||||
"80/tcp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Plone",
|
||||
"description": "A free and open-source CMS built on top of Zope",
|
||||
"logo": "https://cloudinovasi.id/assets/img/logos/plone.png",
|
||||
"image": "plone:latest",
|
||||
"ports": [
|
||||
"8080/tcp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Magento 2",
|
||||
"description": "Open-source e-commerce platform",
|
||||
|
||||
Reference in New Issue
Block a user