mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
This commit is contained in:
parent
6e59ee6b21
commit
763de4792e
|
|
@ -42,14 +42,16 @@ The [`.env`](../repo/docker/pro/env) file will be used to specify the components
|
|||
|
||||
### Redis configurations
|
||||
|
||||
This part of configurations is only valid in `CACHE_PROVIDER=redis`
|
||||
This part of configurations is only valid in `CACHE_PROVIDER=redis`:
|
||||
|
||||
- `REDIS_HOST`: Redis server host, default is `redis`
|
||||
- `REDIS_PORT`: Redis server port, default is `6379`
|
||||
- `REDIS_PASSWORD`: Redis server password.
|
||||
|
||||
### Redis configurations
|
||||
### Memcached configurations
|
||||
|
||||
This part of configurations is only valid in `CACHE_PROVIDER=memcached`:
|
||||
|
||||
This part of configurations is only valid in `CACHE_PROVIDER=memcached`
|
||||
- `MEMCACHED_HOST`: Memcached server host, default is `memcached`
|
||||
- `MEMCACHED_PORT`: Memcached server port, default is `11211`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue