0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00
nextcloud-docker/18.0/fpm-unprivileged/config/apcu.config.php
Stephan Müller 51d464d6eb
Autogenerated: Introduce unprivileged images for apache and fpm
Signed-off-by: Stephan Müller <mail@stephanmueller.eu>
2020-09-04 17:55:44 +02:00

4 lines
70 B
PHP

<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);