Merge pull request '21.0.1 update' (#8) from 21.0.1 into master
Reviewed-on: #8
This commit is contained in:
commit
1b16693209
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM php:8.0-apache
|
FROM php:8.0-apache
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 21.0.0
|
ENV NEXTCLOUD_VERSION 21.0.1
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
|
|
@ -7,6 +7,10 @@ opcache.save_comments=1
|
||||||
opcache.revalidate_freq=1
|
opcache.revalidate_freq=1
|
||||||
|
|
||||||
memory_limit = 1G
|
memory_limit = 1G
|
||||||
|
|
||||||
apc.enable_cli=1
|
apc.enable_cli=1
|
||||||
apc.enable=1
|
apc.enable=1
|
||||||
|
|
||||||
|
upload_max_filesize=1G
|
||||||
|
post_max_size=1G
|
||||||
|
max_execution_time=3600
|
||||||
|
max_input_time=3600
|
||||||
|
|
Loading…
Reference in a new issue