This commit is contained in:
2022-10-11 19:55:24 -05:00
parent e41fcc4f85
commit 5cd8f27cbe

View File

@@ -76,19 +76,7 @@ nextcloud:
'use_path_style' => true 'use_path_style' => true
) )
) )
); );
redis.config.php: |-
<?php
$CONFIG = array (
'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.distributed' => '\OC\Memcache\Redis',
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => getenv('REDIS_HOST'),
'port' => getenv('REDIS_HOST_PORT') ?: 6379,
'password' => getenv('REDIS_HOST_PASSWORD')
)
);
internalDatabase: internalDatabase:
enabled: false enabled: false