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
ENV NEXTCLOUD_VERSION 24.0.1
ENV NEXTCLOUD_VERSION 24.0.4
RUN \
apt-get update && \

View file

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