Merge pull request 'update to 24.0.4' (#18) from 24.0.4 into master

Reviewed-on: #18
This commit is contained in:
bsod 2022-09-03 16:35:56 +02:00
commit 0c2eea1705
2 changed files with 3 additions and 3 deletions

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