summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-05-31 09:39:13 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-06-01 08:18:10 +0200
commit83d5e72596ce76bc7adb02be53a8009ccc2fccee (patch)
tree95db7b17a4f967ebd168e67325809298c72190af /README.md
parentd11d42bb208ad39eda3db68b1cfd994bbce4b9c0 (diff)
Add `NEXTCLOUD_INIT_LOCK` to enable shared html volume update
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index bb5b8717..b40349cf 100644
--- a/README.md
+++ b/README.md
@@ -137,6 +137,10 @@ The install and update script is only triggered when a default command is used (
- `NEXTCLOUD_UPDATE` (default: `0`)
+If you share your html folder with multiple docker containers, you might want to avoid multiple processes updating the same shared volume
+
+- `NEXTCLOUD_INIT_LOCK` (not set by default) Set it to true to enable initialization locking. Other containers will wait for the current process to finish updating the html volume to continue.
+
If you want to use Redis you have to create a separate [Redis](https://hub.docker.com/_/redis/) container in your setup / in your docker-compose file. To inform Nextcloud about the Redis container, pass in the following parameters:
- `REDIS_HOST` (not set by default) Name of Redis container