Author: James [jyfchen57@yahoo.com.au]
Committer: GitHub [noreply@github.com] Thu, 04 Feb 2021 18:46:43 +0000
Hash: 5197d27514e5f2a7b47248e6738996db156fb426
Timestamp: Thu, 04 Feb 2021 18:46:43 +0000 (3 years ago)

+3 -2 +/-1 browse
Update docker-compose.yml (#24)
Update docker-compose.yml (#24)

1diff --git a/docker-compose.yml b/docker-compose.yml
2index 35c3ae2..b7989e1 100644
3--- a/docker-compose.yml
4+++ b/docker-compose.yml
5 @@ -26,10 +26,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
17 # A real production server should use nginx. How to configure this depends on
18 # your needs. Use your Google-search skills to configure this correctly.