summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2023-03-01 11:06:29 +0100
committerGitHub <noreply@github.com>2023-03-01 11:06:29 +0100
commitaac4d09c74495b385e2d08750be61923c5802f49 (patch)
treefe1f7afd14e4722d1e57d8f800a664206f39ed6c /README.md
parentc5a8a8863b1db95fb45c872a0078b177347db959 (diff)
parent8c93a5c53eca70fa329fc36896700a5373280330 (diff)
Merge pull request #1905 from remram44/lock
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index e0cb2441..6fd5cbc9 100644
--- a/README.md
+++ b/README.md
@@ -139,11 +139,7 @@ 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.
-
-You might also want to make sure the htaccess is up to date after each container update. Especially on multiple swarm nodes as any discrepancy will make your server unusable.
+You might want to make sure the htaccess is up to date after each container update. Especially on multiple swarm nodes as any discrepancy will make your server unusable.
- `NEXTCLOUD_INIT_HTACCESS` (not set by default) Set it to true to enable run `occ maintenance:update:htaccess` after container initialization.