fix redis url

This commit is contained in:
Philip Haupt
2025-05-18 01:26:16 +02:00
parent 8024643643
commit 411e358774
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ env:
# -- Project name
COMPOSE_PROJECT_NAME: paperless
# -- Redis to use
PAPERLESS_REDIS: redis://redis.redis.svc.cluster.local:6379/0
PAPERLESS_REDIS: redis://redis-master.redis.svc.cluster.local:6379/0
# -- OCR languages to install
PAPERLESS_OCR_LANGUAGE: ger
USERMAP_UID: 1000