update nextcloud #13

Closed
bsod wants to merge 33 commits from master into 22.2.3
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 0c2eea1705 - Show all commits

View file

@ -1,6 +1,6 @@
FROM php:8.0-apache FROM php:8.0-apache
ENV NEXTCLOUD_VERSION 24.0.1 ENV NEXTCLOUD_VERSION 24.0.4
RUN \ RUN \
apt-get update && \ apt-get update && \

View file

@ -1,10 +1,10 @@
opcache.enable=1 opcache.enable=1
opcache.enable_cli=1 opcache.enable_cli=1
opcache.interned_strings_buffer=8 opcache.interned_strings_buffer=16
opcache.max_accelerated_files=10000 opcache.max_accelerated_files=10000
opcache.memory_consumption=128 opcache.memory_consumption=128
opcache.save_comments=1 opcache.save_comments=1
opcache.revalidate_freq=1 opcache.revalidate_freq=60
memory_limit = 1G memory_limit = 1G
apc.enable_cli=1 apc.enable_cli=1