Skip to content

Commit

Permalink
fix mb breaking when the bucket already exists
Browse files Browse the repository at this point in the history
Signed-off-by: Frederick F. Kautz IV <[email protected]>
  • Loading branch information
fkautz authored and mikhailswift committed Jul 5, 2022
1 parent f5b0203 commit 1055f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
ARCHIVIST_BLOB_STORE_USE_SSL: "false"
ARCHIVIST_BLOB_STORE_ACCESS_KEY_ID: testifytestifytestify
ARCHIVIST_BLOB_STORE_SECRET_ACCESS_KEY_ID: exampleexampleexample
ARCHIVIST_BLOB_STORE_BUCKET_NAME: attestations
ARCHIVIST_BLOB_STORE_BUCKET_NAME: attestations
ARCHIVIST_BLOB_STORE_ENDPOINT: minio:9000
ports:
- 8080:8080
Expand All @@ -49,7 +49,7 @@ services:
minio-init:
image: quay.io/minio/mc
restart: on-failure
command: mb --insecure testminio/attestations
command: mb --insecure --ignore-existing testminio/attestations
environment:
MC_HOST_testminio: http://testifytestifytestify:exampleexampleexample@minio:9000

Expand Down

0 comments on commit 1055f0e

Please sign in to comment.