mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-03 03:59:16 +00:00
Enable password protection for Redis
This commit is contained in:
@@ -14,6 +14,7 @@ try {
|
||||
else {
|
||||
$redis->connect('redis-mailcow', 6379);
|
||||
}
|
||||
$redis->auth(getenv("REDISPASS"));
|
||||
}
|
||||
catch (Exception $e) {
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user