From 982c56bd8b215fc847c1476feda7aefddee5950e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20J=C3=A9r=C3=B4me=20B=C3=BCchi?= Date: Wed, 29 Jun 2022 22:02:35 +0200 Subject: [PATCH] Update third_party-roundcube.en.md update to docker compose v2 --- docs/third_party/third_party-roundcube.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/third_party/third_party-roundcube.en.md b/docs/third_party/third_party-roundcube.en.md index 5a133b136..c4c9f4db9 100644 --- a/docs/third_party/third_party-roundcube.en.md +++ b/docs/third_party/third_party-roundcube.en.md @@ -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 ```