From c7a6102df5cc5eacd9d478ffa5d5d35f1a0cbd96 Mon Sep 17 00:00:00 2001 From: andryyy Date: Wed, 14 Dec 2016 16:49:36 +0100 Subject: [PATCH] Fix SOGo update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1ac683e..34d95203 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ IPs are dynamic except for PowerDNS resolver which has a static ip address 172.2 - rspamd learns mail as spam or ham when you move a message in or out of the junk folder to any mailbox besides trash. - rspamd auto-learns mail when a high or low score is detected (see https://rspamd.com/doc/configuration/statistic.html#autolearning) -- You can upgrade SOGo by running `docker pull andryyy/mailcow-dockerized:sogo && docker pull andryyy/mailcow-dockerized:nginx` and rebuilding of the SOGo and Nginx container. +- You can upgrade SOGo by running `docker-compose up -d sogo-mailcow nginx-mailcow`. - Only Postfix and Rspamd use the PowerDNS resolver for DNSSEC. - Linking to existing redis and memcached containers will be possible soon