From 9e9be1879e19f22631bae9990935fbc349479ccf Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Thu, 10 May 2018 12:05:03 +0800 Subject: [PATCH] added some service descriptions you are always welcome to revise the following description to whatever you think that's appropriate --- docs/debug-attach_service.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/debug-attach_service.md b/docs/debug-attach_service.md index 6c06819d4..e20719995 100644 --- a/docs/debug-attach_service.md +++ b/docs/debug-attach_service.md @@ -38,8 +38,8 @@ Here is a brief overview of what container / service does what: | clamd-mailcow | Scans attachments for viruses | | sogo-mailcow | Webmail client that handles Microsoft ActiveSync and Cal- / CardDav | | nginx-mailcow | Nginx remote proxy that handles all mailcow related HTTP / HTTPS requests | -| acme-mailcow | -| memcached-mailcow | -| watchdog-mailcow | -| php-fpm-mailcow | -| netfilter-mailcow | +| acme-mailcow | Automates HTTPS (SSL/TLS) certificate deployment | +| memcached-mailcow | Internal caching system for mailcow services | +| watchdog-mailcow | Allows the monitoring of docker containers / services | +| php-fpm-mailcow | Powers the mailcow web UI | +| netfilter-mailcow | Fail2Ban like integration |