summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormarceljd <support@dihosting.ch>2019-01-27 07:28:38 +0000
committermarceljd <support@dihosting.ch>2019-01-27 13:46:25 +0000
commitb3b6def923dfd2288f2b42aba382bbf78e5ca607 (patch)
tree983a9d5afceaf476e5a02240f3129be85047ac53 /README.md
parent2e481a86eed7dcac7f5076a9ee90f4f63764677f (diff)
On branch redis-env-vars
added REDIS_HOST_PORT Changes to be committed: modified: .config/redis.config.php modified: README.md Signed-off-by: marceljd <support@dihosting.ch>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 72b42f11..23e2fa65 100644
--- a/README.md
+++ b/README.md
@@ -133,6 +133,7 @@ The install and update script is only triggered when a default command is used (
If you want to use Redis you have to create a seperate [Redis](https://hub.docker.com/_/redis/) container in your setup / in your docker-compose file. To inform Nextcloud about the Redis container add:
- `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.
The use of Redis is recommended to prevent file locking problems. See the examples for further instructions.