0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 00:04:48 +02:00

feat: set apache LimitRequestBody

Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>
This commit is contained in:
adripo 2023-09-14 00:34:07 +02:00
parent 12390fb508
commit b11acf99c8
2 changed files with 9 additions and 1 deletions

View file

@ -20,6 +20,7 @@ RUN set -ex; \
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
ENV PHP_MEMORY_LIMIT 512M
ENV PHP_UPLOAD_LIMIT 512M
%%VARIANT_EXTRAS_ENV%%
RUN set -ex; \
\
savedAptMark="$(apt-mark showmanual)"; \