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