From 225f27c85440b130f2a16b057f51e95d76cbadd5 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Sat, 27 May 2017 12:19:49 +0200 Subject: [PATCH] feat(templates): update communityserver template --- templates.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates.json b/templates.json index 657c156..cb1613d 100644 --- a/templates.json +++ b/templates.json @@ -564,12 +564,12 @@ { "title": "Community Server", "description": "Free open source office suite", - "categories": ["productivity"], + "categories": ["productivity", "collaboration"], "platform": "linux", "logo": "https://cloudinovasi.id/assets/img/logos/onlyoffice-communityserver.png", "image": "onlyoffice/communityserver", "ports": [ - "80/tcp" + "80/tcp", "25/tcp", "465/tcp", "143/tcp", "993/tcp", "110/tcp", "995/tcp", "5222/tcp" ], "volumes": ["/var/log/onlyoffice", "/var/www/onlyoffice/Data", "/var/lib/mysql"] }