mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-15 19:05:09 +01:00
Merge 8b25c139cb
into 4ce7ef03ba
This commit is contained in:
commit
fe598e3d6f
2 changed files with 2 additions and 2 deletions
|
@ -42,13 +42,12 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
environment:
|
|
||||||
- MAX_UPLOAD_SIZE=10GB
|
|
||||||
volumes:
|
volumes:
|
||||||
- certs:/etc/nginx/certs:ro
|
- certs:/etc/nginx/certs:ro
|
||||||
- vhost.d:/etc/nginx/vhost.d
|
- vhost.d:/etc/nginx/vhost.d
|
||||||
- html:/usr/share/nginx/html
|
- html:/usr/share/nginx/html
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||||
|
- ./uploadsize.conf:/etc/nginx/conf.d/uploadsize.conf:ro
|
||||||
networks:
|
networks:
|
||||||
- proxy-tier
|
- proxy-tier
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
client_max_body_size 10G;
|
Loading…
Add table
Reference in a new issue