Set Nextcloud php upload limit to 2GB
This commit is contained in:
parent
38b32a66e5
commit
b3d84b6075
1 changed files with 1 additions and 0 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue