Allow uploads up to 10G
This commit is contained in:
parent
ae5dc6ca5a
commit
24bee4c85e
3 changed files with 16 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ volumes:
|
|||
#SSL
|
||||
certs:
|
||||
acme:
|
||||
vhost.d:
|
||||
# vhost.d:
|
||||
html:
|
||||
#NextCloud
|
||||
nc-appdata:
|
||||
|
|
@ -63,7 +63,7 @@ services:
|
|||
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
|
||||
volumes:
|
||||
- certs:/etc/nginx/certs:ro
|
||||
- vhost.d:/etc/nginx/vhost.d
|
||||
- ./vhost.d/:/etc/nginx/vhost.d:ro
|
||||
- html:/usr/share/nginx/html
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
ports:
|
||||
|
|
@ -78,7 +78,7 @@ services:
|
|||
volumes:
|
||||
- certs:/etc/nginx/certs
|
||||
- acme:/etc/acme.sh
|
||||
- vhost.d:/etc/nginx/vhost.d
|
||||
- ./vhost.d:/etc/nginx/vhost.d:ro
|
||||
- html:/usr/share/nginx/html
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue