Nextcloud: fix uploadsize
This commit is contained in:
parent
5fec01689e
commit
533f0a3fb5
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ services:
|
||||||
PHP_UPLOAD_LIMIT: 10G
|
PHP_UPLOAD_LIMIT: 10G
|
||||||
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
|
||||||
|
EXTCLOUD_MAX_TIME: 3600
|
||||||
volumes:
|
volumes:
|
||||||
- app:/var/www/html
|
- app:/var/www/html
|
||||||
- data:/var/www/html/data
|
- data:/var/www/html/data
|
||||||
|
|
Loading…
Add table
Reference in a new issue