Skip to content

Commit

Permalink
Merge pull request #34 from optimism-java/create_bucket
Browse files Browse the repository at this point in the history
fix:fix minio latest policy command
  • Loading branch information
danyalprout committed Jul 15, 2024
2 parents a1681ab + cf173ac commit 4fefc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ services:
/bin/sh -c "
/usr/bin/mc alias set minio http://minio:9000 admin password;
/usr/bin/mc mb minio/blobs;
/usr/bin/mc policy set public minio/blobs;
/usr/bin/mc anonymous set public minio/blobs;
exit 0;
"

0 comments on commit 4fefc29

Please sign in to comment.