From b36b8501b640623625fdbff6e1b1934036211903 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Thu, 10 May 2018 11:42:12 +0800 Subject: [PATCH] include some undocumented containers --- docs/debug-attach_service.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/docs/debug-attach_service.md b/docs/debug-attach_service.md index fb9946d2a..6c06819d4 100644 --- a/docs/debug-attach_service.md +++ b/docs/debug-attach_service.md @@ -27,14 +27,19 @@ docker-compose exec redis-mailcow redis-cli Here is a brief overview of what container / service does what: -| Service Name | Service Descriptions | -| --------------- | ------------------------------------------------------------------------- | -| unbound-mailcow | Local (DNSSEC) DNS Resolver | -| mysql-mailcow | Stores SOGo's and most of mailcow's settings | -| postfix-mailcow | Receives and sends mails | -| dovecot-mailcow | User logins and sieve filter | -| redis-mailcow | Storage back-end for DKIM keys and Rspamd | -| rspamd-mailcow | Mail filtering system. Used for av handling, dkim signing, spam handling | -| 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 | +| Service Name | Service Descriptions | +| ----------------- | ------------------------------------------------------------------------- | +| unbound-mailcow | Local (DNSSEC) DNS Resolver | +| mysql-mailcow | Stores SOGo's and most of mailcow's settings | +| postfix-mailcow | Receives and sends mails | +| dovecot-mailcow | User logins and sieve filter | +| redis-mailcow | Storage back-end for DKIM keys and Rspamd | +| rspamd-mailcow | Mail filtering system. Used for av handling, dkim signing, spam handling | +| 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 |