From 43c1a6f8c964feb16cdb4a95e3c42dbd9d738403 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sun, 25 Oct 2020 12:14:47 +0100 Subject: [PATCH] Add description for REDIS_DB_INDEX --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bce42c73..6f6cb00c 100644 --- a/README.md +++ b/README.md @@ -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.