Skip to content

Commit

Permalink
Fix storage type in docker compose file (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored Jul 10, 2024
1 parent bac6f92 commit c5336dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/aerospike-backup-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ aerospike-clusters:
password: admin
storage:
minioStorage:
# Use 1 for S3 or compatible and 0 for local storage.
type: 1
# Use "aws-s3" for S3 or compatible and "local" for local storage.
type: "aws-s3"
# as-backup-bucket is expected to exist in MinIO.
path: s3://as-backup-bucket/minioStorage
s3-region: eu-central-1
Expand Down

0 comments on commit c5336dc

Please sign in to comment.