瀏覽代碼

nextcloud: fix: Memcache \OC\Memcache\APCu not available for local cache issue

master
Bingen Eguzkitza 5 天之前
父節點
當前提交
bfba374152
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      images/nextcloud/Dockerfile

+ 3
- 0
images/nextcloud/Dockerfile 查看文件

@@ -32,6 +32,9 @@ RUN cat /tmp/php_nc.ini >> /etc/php/7.4/fpm/php.ini && \
cat /tmp/php_nc.ini >> /etc/php/7.4/cli/php.ini
# https://docs.nextcloud.com/server/13/admin_manual/installation/source_installation.html#php-fpm-tips-label
RUN sed -i 's/^;env/env/g' /etc/php/7.4/fpm/pool.d/www.conf
# https://github.com/nextcloud/vm/issues/2039#issuecomment-876204446
RUN echo "" >> /etc/php/7.4/mods-available/apcu.ini
RUN echo "apc.enable_cli=1" >> /etc/php/7.4/mods-available/apcu.ini

# Create the data-directory where NEXTCLOUD can store its stuff
RUN mkdir -p "${NEXTCLOUD_DATA_PATH}" && \

Loading…
取消
儲存