From c132755dc2eb37171ef8715e97d6bb1a875865f7 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:30:49 -0500 Subject: [PATCH] Update readme-vars.yml --- readme-vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme-vars.yml b/readme-vars.yml index 164e7be..e712a25 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -52,6 +52,8 @@ app_setup_block_enabled: true app_setup_block: | Access the webui at `https://:443`, for more information check out [Nextcloud]({{ project_url }}). + Note: `occ` should be run without prepending with `sudo -u abc php` or `sudo -u www-data php` ie; `docker exec -it nextcloud occ maintenance:mode --off` + ### Updating Nextcloud Updating Nextcloud is done by pulling the new image, and recreating the container with it.