mirror of
https://github.com/nextcloud/docker.git
synced 2025-05-03 07:30:53 +02:00
Add NEXTCLOUD_INIT_LOCK
to enable shared html volume update
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
d11d42bb20
commit
83d5e72596
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue