mirror of
https://github.com/nextcloud/docker.git
synced 2025-07-03 23:44:09 +02:00
Adding REDIS_DB_INDEX configuration to session locking aswell.
Changing naming convetion to match others Signed-off-by: Jan Zalar <jan.zalar6@gmail.com>
This commit is contained in:
parent
374495c565
commit
9360474bc1
4 changed files with 8 additions and 7 deletions
|
@ -160,7 +160,7 @@ If you want to use Redis you have to create a separate [Redis](https://hub.docke
|
|||
- `REDIS_HOST` (not set by default) Name of Redis container
|
||||
- `REDIS_HOST_PORT` (default: `6379`) Optional port for Redis, only use for external Redis servers that run on non-standard ports.
|
||||
- `REDIS_HOST_PASSWORD` (not set by default) Redis password
|
||||
- `REDIS_DBINDEX`(not set by default) Value for dbindex config value
|
||||
- `REDIS_DB_INDEX` (default: `0`) Value for dbindex config value
|
||||
|
||||
The use of Redis is recommended to prevent file locking problems. See the examples for further instructions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue