Update third_party-roundcube.en.md
update to docker compose v2
Dieser Commit ist enthalten in:
Ursprung
0ccc43a362
Commit
982c56bd8b
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
6
docs/third_party/third_party-roundcube.en.md
gevendort
6
docs/third_party/third_party-roundcube.en.md
gevendort
|
@ -175,7 +175,7 @@ Upgrading Roundcube is rather simple, go to the [Github releases](https://github
|
||||||
|
|
||||||
```
|
```
|
||||||
# Enter a bash session of the mailcow PHP container
|
# Enter a bash session of the mailcow PHP container
|
||||||
docker exec -it mailcowdockerized_php-fpm-mailcow_1 bash
|
docker exec -it mailcowdockerized-php-fpm-mailcow-1 bash
|
||||||
|
|
||||||
# Install required upgrade dependency, then upgrade Roundcube to wanted release
|
# Install required upgrade dependency, then upgrade Roundcube to wanted release
|
||||||
apk add rsync
|
apk add rsync
|
||||||
|
@ -246,6 +246,6 @@ Copy the contents of the following files from this [Snippet](https://gitlab.com/
|
||||||
Finally, restart mailcow
|
Finally, restart mailcow
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose down
|
docker compose down
|
||||||
docker-compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
Laden …
In neuem Issue referenzieren