Merge pull request '21.0.1 update' (#8) from 21.0.1 into master

Reviewed-on: #8
This commit is contained in:
bsod 2021-04-11 21:46:58 +02:00
commit 1b16693209
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -7,6 +7,10 @@ opcache.save_comments=1
opcache.revalidate_freq=1
memory_limit = 1G
apc.enable_cli=1
apc.enable=1
upload_max_filesize=1G
post_max_size=1G
max_execution_time=3600
max_input_time=3600