mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 16:14:47 +02:00
Add description for REDIS_DB_INDEX
This commit is contained in:
parent
6b110abda6
commit
43c1a6f8c9
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,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_DB_INDEX` (not set by default) Database (dbindex) in your Redis instance
|
||||
|
||||
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