mirror of
				https://github.com/nextcloud/docker.git
				synced 2025-10-31 16:31:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			141 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			141 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $CONFIG = array (
 | |
|   'memcache.locking' => '\OC\Memcache\Redis',
 | |
|   'redis' => array(
 | |
|     'host' => 'redis',
 | |
|     'port' => 6379,
 | |
|   ),
 | |
| );
 |