Fix Nextcloud upload limit
This commit is contained in:
parent
cc6099783d
commit
3ef6a17e9f
|
@ -31,7 +31,8 @@ services:
|
|||
NEXTCLOUD_TRUSTED_DOMAINS: {{ apps_vars.nextcloud.domain }}
|
||||
NEXTCLOUD_INIT_LOCK: true
|
||||
PHP_MEMORY_LIMIT: 2G
|
||||
PHP_UPLOAD_LIMIT: 16G
|
||||
PHP_UPLOAD_LIMIT: 0
|
||||
APACHE_BODY_LIMIT: 0
|
||||
networks:
|
||||
default:
|
||||
{{ apps_shared_docker_network }}:
|
||||
|
|
Loading…
Reference in a new issue