mirror of
https://github.com/friendica/docker
synced 2025-01-17 04:07:26 +01:00
HotFix for redis.config.php fatal error
This commit is contained in:
parent
2f7b6cdcda
commit
4d9738bfcc
7 changed files with 14 additions and 0 deletions
|
@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
|
|||
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
|
||||
],
|
||||
];
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
|
|
|
@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
|
|||
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
|
||||
],
|
||||
];
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
|
|
|
@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
|
|||
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
|
||||
],
|
||||
];
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
|
|
|
@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
|
|||
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
|
||||
],
|
||||
];
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
|
|
|
@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
|
|||
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
|
||||
],
|
||||
];
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
|
|
|
@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
|
|||
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
|
||||
],
|
||||
];
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
|
|
|
@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
|
|||
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
|
||||
],
|
||||
];
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue