Compare commits

..

No commits in common. "0c2eea170513c92ab18005498df4f74fbc7eb8ae" and "fc0f3ab9cc022c3e3c8edc2cf0648a2a0266bb76" have entirely different histories.

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

View file

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