Skip to content

Commit

Permalink
fix:fix minio latest policy command
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Kai <281165273grape@gmail.com>
  • Loading branch information
GrapeBaBa committed Jul 14, 2024
1 parent a1681ab commit cf173ac
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 cf173ac

Please sign in to comment.