NEXTCLOUD_UPLOAD_LIMIT: adjust default to 1G

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-09-07 10:01:59 +02:00
parent c78cb3a447
commit 69dc762222
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
FROM php:8.4.25-fpm-alpine3.24
ENV PHP_MEMORY_LIMIT=512M
ENV PHP_UPLOAD_LIMIT=16G
ENV PHP_UPLOAD_LIMIT=1G
ENV PHP_MAX_TIME=3600
ENV SOURCE_LOCATION=/usr/src/nextcloud
ENV REDIS_DB_INDEX=0