Skip to content

Commit

Permalink
Merge pull request #6 from emanueldima/fix-downloads
Browse files Browse the repository at this point in the history
Fix downloads, update b2share image tag
  • Loading branch information
emanueldima authored Feb 22, 2018
2 parents ab530cd + e5eb424 commit 1e90489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- "5432"

b2share:
image: eudatb2share/b2share:2.0.1
image: eudatb2share/b2share:2.1.1
environment:
- "B2ACCESS_CONSUMER_KEY=${B2ACCESS_CONSUMER_KEY}"
- "B2ACCESS_SECRET_KEY=${B2ACCESS_SECRET_KEY}"
Expand Down
1 change: 1 addition & 0 deletions nginx/b2share.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ server {
location /api/files {
proxy_pass http://b2share:5000;
proxy_request_buffering off;
proxy_max_temp_file_size 0;
client_max_body_size 1000g;
}

Expand Down

0 comments on commit 1e90489

Please sign in to comment.