From 78f49792e6e2c33d6cba083b87751f6fc634c8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Sun, 27 Jan 2019 13:15:31 +0100 Subject: [PATCH] Update index.md --- docs/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 939951396..748553535 100644 --- a/docs/index.md +++ b/docs/index.md @@ -49,11 +49,12 @@ The integrated **mailcow UI** allows administrative work on your mail server ins - Quarantine system - A lot more... -mailcow dockerized comes with multiple containers linked in one bridged network. +mailcow: dockerized comes with multiple containers linked in one bridged network. Each container represents a single application. - Dovecot -- ClamAV +- ClamAV (optional) +- Solr (optional) - Memcached - Redis - MySQL @@ -65,10 +66,12 @@ Each container represents a single application. - Rspamd - SOGo - Netfilter (Fail2ban-like integration by @mkuron) +- Watchdog (basic monitoring) -**6 volumes** to keep dynamic data - take care of them! +**Docker volumes** to keep dynamic data - take care of them! - vmail-vol-1 +- solr-vol-1 - redis-vol-1 - mysql-vol-1 - rspamd-vol-1