Compare commits
No commits in common. "1b166932093fdb0b31420b63600d4e4307bdcf7a" and "d5d2e335bc19bbcf6d964b58b8b990056c9e58ae" have entirely different histories.
1b16693209
...
d5d2e335bc
2 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM php:8.0-apache
|
FROM php:8.0-apache
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 21.0.1
|
ENV NEXTCLOUD_VERSION 21.0.0
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
|
|
@ -7,10 +7,6 @@ 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