Commit
+3 -2 +/-1 browse
1 | diff --git a/docker-compose.yml b/docker-compose.yml |
2 | index 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. |