Update third_party-roundcube.en.md

update to docker compose v2
Dieser Commit ist enthalten in:
Yannik JĂ©rĂ´me BĂĽchi 2022-06-29 22:02:35 +02:00 committet von GitHub
Ursprung 0ccc43a362
Commit 982c56bd8b
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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
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
apk add rsync
@ -246,6 +246,6 @@ Copy the contents of the following files from this [Snippet](https://gitlab.com/
Finally, restart mailcow
```
docker-compose down
docker-compose up -d
docker compose down
docker compose up -d
```