mirror of
https://github.com/nextcloud/docker.git
synced 2025-07-22 23:28:05 +02:00
Merge f756178d10
into a5656577ef
This commit is contained in:
commit
9ac31b8a1c
2 changed files with 24 additions and 0 deletions
|
@ -239,6 +239,10 @@ To use Redis for memory caching as well as PHP session storage, specify the foll
|
|||
- `REDIS_HOST_USER` (not set by default) Optional username for Redis, only use for external Redis servers that require a user.
|
||||
- `REDIS_HOST_PASSWORD` (not set by default) Redis password
|
||||
|
||||
To use Redis in cluster mode, you can use
|
||||
|
||||
- `REDIS_CLUSTER` (not set by default) Name and port number of a redis host.
|
||||
|
||||
Check the [Nextcloud documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html) for more information.
|
||||
|
||||
### E-mail (SMTP) Configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue