mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-23 00:45:36 +02:00
allow passing custom arguments to minio client
This commit is contained in:
@@ -52,6 +52,14 @@ AWS_S3_BUCKET_NAME="<xxx>"
|
||||
# Backups can be encrypted using gpg in case a passphrase is given
|
||||
|
||||
# GPG_PASSPHRASE="<xxx>"
|
||||
|
||||
########### MINIO CLIENT CONFIGURATION
|
||||
|
||||
# Pass these additional flags to all MinIO client `mc` invocations.
|
||||
# This can be used for example to pass `--insecure` when using self
|
||||
# signed certificates.
|
||||
|
||||
# MC_EXTRA_FLAGS="<xxx>"
|
||||
```
|
||||
|
||||
## Example in a docker-compose setup
|
||||
|
||||
Reference in New Issue
Block a user