gfjardim / docker-containers

50 stars 75 forks source link

memcached and acpu installed #40

Closed aptalca closed 8 years ago

aptalca commented 9 years ago

In order to enable memcache in owncloud, the two lines below need to be added to /var/www/owncloud/config/config.php but I didn't have time to figure out how to do that in the simplest way. I'm hoping you can. . .

'memcache.local' => '\OC\Memcache\APCu', 'memcache.distributed' => '\OC\Memcache\Memcached',