feat(templates): update communityserver template

This commit is contained in:
Anthony Lapenna
2017-05-27 12:19:49 +02:00
parent e3535a270b
commit 225f27c854

View File

@@ -564,12 +564,12 @@
{ {
"title": "Community Server", "title": "Community Server",
"description": "Free open source office suite", "description": "Free open source office suite",
"categories": ["productivity"], "categories": ["productivity", "collaboration"],
"platform": "linux", "platform": "linux",
"logo": "https://cloudinovasi.id/assets/img/logos/onlyoffice-communityserver.png", "logo": "https://cloudinovasi.id/assets/img/logos/onlyoffice-communityserver.png",
"image": "onlyoffice/communityserver", "image": "onlyoffice/communityserver",
"ports": [ "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"] "volumes": ["/var/log/onlyoffice", "/var/www/onlyoffice/Data", "/var/lib/mysql"]
} }