1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-24 07:11:32 +00:00

Add missing Redis authentication

This commit is contained in:
FreddleSpl0it
2024-12-09 13:54:44 +01:00
parent c9dd102741
commit 69b03791a2
3 changed files with 3 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ try {
else {
$redis->connect('redis-mailcow', 6379);
}
$redis->auth(getenv("REDISPASS"));
}
catch (Exception $e) {
echo "Exiting: " . $e->getMessage();

View File

@@ -32,6 +32,7 @@ try {
else {
$redis->connect('redis-mailcow', 6379);
}
$redis->auth(getenv("REDISPASS"));
}
catch (Exception $e) {
echo "Exiting: " . $e->getMessage();