Update nextcloud.md

updated nextcloud service docs with redis support info
This commit is contained in:
Niels Bouma 2023-03-25 16:05:21 +01:00 committed by GitHub
parent ab964af9c3
commit 4cd5a77955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 #