Add Nextcloud Docker configuration and scripts, including Dockerfile, entrypoint, cron, and various config files for caching, SMTP, and object storage
This commit is contained in:
4
containers/nextcloud/config/apcu.config.php
Normal file
4
containers/nextcloud/config/apcu.config.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
);
|
Reference in New Issue
Block a user