mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-17 02:47:39 +08:00
increase the upload limit size to 10G
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
3a67636092
commit
7969d08e4f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN set -ex; \
|
|||
# install the PHP extensions we need
|
||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||
ENV PHP_MEMORY_LIMIT 512M
|
||||
ENV PHP_UPLOAD_LIMIT 512M
|
||||
ENV PHP_UPLOAD_LIMIT 10G
|
||||
RUN set -ex; \
|
||||
\
|
||||
savedAptMark="$(apt-mark showmanual)"; \
|
||||
|
|
Loading…
Reference in a new issue