0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-16 11:25:09 +01:00
This commit is contained in:
MatthiasEgli-chainsecurity 2018-08-01 19:25:26 +00:00 committed by GitHub
commit fe598e3d6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -42,13 +42,12 @@ services:
ports:
- 80:80
- 443:443
environment:
- MAX_UPLOAD_SIZE=10GB
volumes:
- certs:/etc/nginx/certs:ro
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/tmp/docker.sock:ro
- ./uploadsize.conf:/etc/nginx/conf.d/uploadsize.conf:ro
networks:
- proxy-tier
depends_on:

View file

@ -0,0 +1 @@
client_max_body_size 10G;