Nextcloud: fix uploadsize (#33)
Reviewed-on: #33 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
533f0a3fb5
commit
a48da392af
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ services:
|
||||||
APACHE_DISABLE_REWRITE_IP: 1
|
APACHE_DISABLE_REWRITE_IP: 1
|
||||||
TRUSTED_PROXIES: "192.168.48.0/24" # Subnetz in dem sich traefik befindet
|
TRUSTED_PROXIES: "192.168.48.0/24" # Subnetz in dem sich traefik befindet
|
||||||
NEXTCLOUD_UPLOAD_LIMIT: 10G
|
NEXTCLOUD_UPLOAD_LIMIT: 10G
|
||||||
EXTCLOUD_MAX_TIME: 3600
|
NEXTCLOUD_MAX_TIME: 3600
|
||||||
|
APACHE_BODY_LIMIT: 0 # unlimited, https://github.com/nextcloud/docker/issues/1796
|
||||||
volumes:
|
volumes:
|
||||||
- app:/var/www/html
|
- app:/var/www/html
|
||||||
- data:/var/www/html/data
|
- data:/var/www/html/data
|
||||||
|
|
Loading…
Reference in a new issue