Author: Jason White [github@jasonwhite.io]
Committer: GitHub [noreply@github.com] Thu, 04 Feb 2021 18:59:57 +0000
Hash: 54964667b51ee0e9b6c3657d9d788fae22a79cd5
Timestamp: Thu, 04 Feb 2021 18:59:57 +0000 (3 years ago)

+3 -2 +/-1 browse
Update docker-compose.minio.yml
1diff --git a/docker-compose.minio.yml b/docker-compose.minio.yml
2index 5300485..ef756a4 100644
3--- a/docker-compose.minio.yml
4+++ b/docker-compose.minio.yml
5 @@ -38,10 +38,11 @@ services:
6 - /data
7 - --key
8 - ${LFS_ENCRYPTION_KEY}
9- - --s3-bucket
10- - ${LFS_S3_BUCKET}
11 - --max-cache-size
12 - ${LFS_MAX_CACHE_SIZE}
13+ - s3
14+ - --bucket
15+ - ${LFS_S3_BUCKET}
16 links:
17 - minio
18 # A real production server should use nginx. How to configure this depends on