Actually you don't need to rebuild NGinx....

Dieser Commit ist enthalten in:
MAGIC 2018-03-03 22:22:50 +01:00
Ursprung c2488b11d5
Commit d06ee1f38c
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: A40EE5665510C9D5

Datei anzeigen

@ -20,7 +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 SOGo and NGinx container by executing following command:
After you replaced said file you need to rebuild the SOGo container by executing following command:
```
docker-compose up -d --no-deps --force-recreate nginx-mailcow sogo-mailcow
docker-compose up -d --build --force-recreate sogo-mailcow
```