diff --git a/Containers/nextcloud/config/redis.config.php b/Containers/nextcloud/config/redis.config.php index a5fde3c7..e51b3022 100644 --- a/Containers/nextcloud/config/redis.config.php +++ b/Containers/nextcloud/config/redis.config.php @@ -6,6 +6,7 @@ if (getenv('REDIS_HOST')) { 'redis' => array( 'host' => getenv('REDIS_HOST'), 'password' => (string) getenv('REDIS_HOST_PASSWORD'), + // 'dbindex' => (int) getenv('REDIS_DB_INDEX'), ), );