Set Nextcloud php upload limit to 2GB

This commit is contained in:
Marty Oehme 2024-04-11 13:07:22 +02:00
parent 38b32a66e5
commit b3d84b6075
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -41,6 +41,7 @@ services:
- POSTGRES_DB={{ nextcloud_db_username }}
- POSTGRES_USER={{ nextcloud_db_username }}
- POSTGRES_PASSWORD={{ nextcloud_db_password }}
- PHP_UPLOAD_LIMIT=2048M
{% if nextcloud_trusted_domains is not undefined and not none %}
- NEXTCLOUD_TRUSTED_DOMAINS={{ nextcloud_trusted_domains }}
{% endif %}