0
0
Fork 0
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:
Fabian 2020-10-25 12:14:47 +01:00 committed by GitHub
parent 6b110abda6
commit 43c1a6f8c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.