From c2488b11d588d715ce159ba12f09fbbc3ab7c231 Mon Sep 17 00:00:00 2001 From: MAGIC Date: Sat, 3 Mar 2018 21:10:48 +0100 Subject: [PATCH] Fix HOW TO sogo --- docs/u_e-sogo.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/u_e-sogo.md b/docs/u_e-sogo.md index 0fdd4a6e8..b16e31423 100644 --- a/docs/u_e-sogo.md +++ b/docs/u_e-sogo.md @@ -20,4 +20,7 @@ SOGo default: ## Change Logo You can change SOGo's logo by replacing `data/Dockerfiles/sogo/sogo-full.svg`. -After you replaced said file you need to rebuild the container by executing `docker-compose build sogo-mailcow` and start it with `docker-compose up -d sogo-mailcow`. +After you replaced said file you need to rebuild the SOGo and NGinx container by executing following command: +``` +docker-compose up -d --no-deps --force-recreate nginx-mailcow sogo-mailcow +```