Fix HOW TO sogo
Dieser Commit ist enthalten in:
Ursprung
11be4cb52a
Commit
c2488b11d5
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
|
@ -20,4 +20,7 @@ SOGo default:
|
||||||
|
|
||||||
## Change Logo
|
## Change Logo
|
||||||
You can change SOGo's logo by replacing `data/Dockerfiles/sogo/sogo-full.svg`.
|
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
|
||||||
|
```
|
||||||
|
|
Laden …
Tabelle hinzufĂĽgen
In neuem Issue referenzieren