diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 1812fd9..1c9f80a 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -4,7 +4,7 @@ RUN set -ex; \ \ apk add --no-cache \ ffmpeg \ - imagemagick \ + #imagemagick \ procps \ supervisor \ ; diff --git a/nextcloud/config/config.php b/nextcloud/config/config.php index ecccbc1..9aef3a4 100755 --- a/nextcloud/config/config.php +++ b/nextcloud/config/config.php @@ -149,6 +149,8 @@ $CONFIG = [ * * Use Redis or Memcached for distributed environments. * For the local cache (you can configure two) take APCu. */ +'memcache.distributed' => '\OC\Memcache\Redis', +'memcache.locking' => '\OC\Memcache\Redis', /** * Connection details for redis to use for memory caching in a single server configuration.