Compare commits
3 commits
d5d2e335bc
...
1b16693209
Author | SHA1 | Date | |
---|---|---|---|
1b16693209 | |||
a9e80edb8a | |||
821867a7d7 |
2 changed files with 6 additions and 2 deletions
|
@ -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 && \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue