mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-24 20:34:10 +02:00
Merge pull request #183 from cropse/master
fix #176 Request Entity Too Large
This commit is contained in:
commit
bb42fcfaed
6 changed files with 0 additions and 19 deletions
|
@ -54,7 +54,6 @@ services:
|
|||
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
|
||||
volumes:
|
||||
- certs:/etc/nginx/certs:ro
|
||||
- conf.d:/etc/nginx/conf.d
|
||||
- vhost.d:/etc/nginx/vhost.d
|
||||
- html:/usr/share/nginx/html
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
|
@ -66,7 +65,6 @@ services:
|
|||
restart: always
|
||||
volumes:
|
||||
- certs:/etc/nginx/certs
|
||||
- conf.d:/etc/nginx/conf.d
|
||||
- vhost.d:/etc/nginx/vhost.d
|
||||
- html:/usr/share/nginx/html
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
@ -79,7 +77,6 @@ volumes:
|
|||
db:
|
||||
nextcloud:
|
||||
certs:
|
||||
conf.d:
|
||||
vhost.d:
|
||||
html:
|
||||
|
||||
|
|
|
@ -63,7 +63,6 @@ services:
|
|||
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
|
||||
volumes:
|
||||
- certs:/etc/nginx/certs:ro
|
||||
- conf.d:/etc/nginx/conf.d
|
||||
- vhost.d:/etc/nginx/vhost.d
|
||||
- html:/usr/share/nginx/html
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
|
@ -75,7 +74,6 @@ services:
|
|||
restart: always
|
||||
volumes:
|
||||
- certs:/etc/nginx/certs
|
||||
- conf.d:/etc/nginx/conf.d
|
||||
- vhost.d:/etc/nginx/vhost.d
|
||||
- html:/usr/share/nginx/html
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
@ -88,7 +86,6 @@ volumes:
|
|||
db:
|
||||
nextcloud:
|
||||
certs:
|
||||
conf.d:
|
||||
vhost.d:
|
||||
html:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue