From 8e68fc85720e1b282cfd08be765ee5ceb3039241 Mon Sep 17 00:00:00 2001 From: boksbc Date: Mon, 27 Oct 2025 01:57:41 +0100 Subject: [PATCH] Dovecot Systax Problem --- scripts/80-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/80-app.sh b/scripts/80-app.sh index 0e1ad33..bed7ee4 100644 --- a/scripts/80-app.sh +++ b/scripts/80-app.sh @@ -183,7 +183,7 @@ upsert_env SESSION_SAMESITE "lax" upsert_env REDIS_CLIENT "phpredis" upsert_env REDIS_HOST "127.0.0.1" upsert_env REDIS_PORT "6379" -upsert_env REDIS_PASS "${REDIS_PASS}" +upsert_env REDIS_PASSWORD "${REDIS_PASS}" upsert_env REDIS_DB "0" upsert_env REDIS_CACHE_DB "1" upsert_env REDIS_CACHE_CONNECTION "cache"