diff --git a/README.md b/README.md index 65c02d1..19a7c50 100644 --- a/README.md +++ b/README.md @@ -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`) diff --git a/templates.json b/templates.json index 8641aea..b24e997 100644 --- a/templates.json +++ b/templates.json @@ -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",