mirror of
https://github.com/nextcloud/docker.git
synced 2024-12-26 19:16:13 +01:00
Only redis_host without port
Signed-off-by: marceljd <support@dihosting.ch>
This commit is contained in:
parent
f2ee88d352
commit
536fb66212
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ if (getenv('REDIS_HOST')) {
|
|||
'memcache.locking' => '\OC\Memcache\Redis',
|
||||
'redis' => array(
|
||||
'host' => getenv('REDIS_HOST'),
|
||||
'port' => getenv('REDIS_PORT') ?: 6379,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue