From 121200378358288422c5837d7e6ae82c21357518 Mon Sep 17 00:00:00 2001 From: deepc2020 <56347351+deepc2020@users.noreply.github.com> Date: Wed, 7 Jun 2023 17:01:59 +0200 Subject: [PATCH] Update third_party-nextcloud.en.md Formatting --- .../third_party/nextcloud/third_party-nextcloud.en.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/third_party/nextcloud/third_party-nextcloud.en.md b/docs/third_party/nextcloud/third_party-nextcloud.en.md index c6ff1a554..807e66caf 100644 --- a/docs/third_party/nextcloud/third_party-nextcloud.en.md +++ b/docs/third_party/nextcloud/third_party-nextcloud.en.md @@ -192,9 +192,14 @@ It shows which commands have to be executed, these have to be placed in the php- As an an example run the following command to add the missing indices. `docker exec -it -u www-data $(docker ps -f name=php-fpm-mailcow -q) bash -c "php /web/nextcloud/occ db:add-missing-indices"` -The update can also been done by CLI with the following command: `docker exec -it -u www-data $(docker ps -f name=php-fpm-mailcow -q) bash -c "php /web/nextcloud/updater/updater.phar"` +The update can also been done by CLI with the following command: -This can also been done in an non interactive way (e.g. CRON) with this command: `docker exec -it -u www-data $(docker ps -f name=php-fpm-mailcow -q) bash -c "php /web/nextcloud/updater/updater.phar --no-interaction"` +`docker exec -it -u www-data $(docker ps -f name=php-fpm-mailcow -q) bash -c "php /web/nextcloud/updater/updater.phar"` + + +This can also been done in an non interactive way (e.g. CRON) with this command: + +`docker exec -it -u www-data $(docker ps -f name=php-fpm-mailcow -q) bash -c "php /web/nextcloud/updater/updater.phar --no-interaction"` --- @@ -222,4 +227,4 @@ After the changes have been made, the nginx container must be restarted. ``` bash docker-compose restart nginx-mailcow - ``` \ No newline at end of file + ```