Update nextcloud.md
updated nextcloud service docs with redis support info
This commit is contained in:
parent
ab964af9c3
commit
4cd5a77955
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@ This service requires the following other services:
|
|||
|
||||
- a [Postgres](postgres.md) database
|
||||
- a [Traefik](traefik.md) reverse-proxy server
|
||||
- a [Redis](redis.md) data-store (optional)
|
||||
|
||||
|
||||
## Configuration
|
||||
|
@ -27,6 +28,9 @@ nextcloud_enabled: true
|
|||
nextcloud_hostname: mash.example.com
|
||||
nextcloud_path_prefix: /nextcloud
|
||||
|
||||
# Enable redis (optional)
|
||||
#nextcloud_redis_enabled: true
|
||||
|
||||
########################################################################
|
||||
# #
|
||||
# /nextcloud #
|
||||
|
|
Loading…
Reference in a new issue