0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 00:04:48 +02:00

pre-release: add docker image build config

This commit is contained in:
Patrizio Bekerle 2023-06-13 09:09:29 +02:00
parent 35e99028fb
commit 052afb46dc
No known key found for this signature in database
GPG key ID: 67EF441ECF195217
38 changed files with 1823 additions and 0 deletions

View file

@ -0,0 +1,4 @@
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);