parent
5ba1fc6bc8
commit
27c2cbe598
@ -1,2 +1,20 @@
|
||||
Collections de scripts de configuration et installation.
|
||||
Tentative de simplification en utilisant des containers Podman. as nécessairement plius simple, mais portatif et impacts réduits sur le système.
|
||||
|
||||
|
||||
nc-complete.yml
|
||||
-----
|
||||
Renommer en docker-compose.yml
|
||||
|
||||
After you boot up the stack, you'll want to go into your /local/path/nextcloud/config/nextcloud/www/nextcloud/config/config.php file and add the following to the top, immediately below the $CONFIG = array ( line
|
||||
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
'memcache.distributed' => '\OC\Memcache\Redis',
|
||||
'redis' => [
|
||||
'host' => 'redis',
|
||||
'port' => 6379,
|
||||
'password' => '<REDIS PASSWORD>',
|
||||
'timeout' => 1.5,
|
||||
],
|
||||
'memcache.locking' => '\OC\Memcache\Redis',
|
||||
|
||||
|
||||
Loading…
Reference in new issue