Fix HOW TO sogo

Dieser Commit ist enthalten in:
MAGIC 2018-03-03 21:10:48 +01:00
Ursprung 11be4cb52a
Commit c2488b11d5
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: A40EE5665510C9D5

Datei anzeigen

@ -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
```