Skip to content

Commit 4fefc29

Browse files
authored
Merge pull request #34 from optimism-java/create_bucket
fix:fix minio latest policy command
2 parents a1681ab + cf173ac commit 4fefc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ services:
4343
/bin/sh -c "
4444
/usr/bin/mc alias set minio http://minio:9000 admin password;
4545
/usr/bin/mc mb minio/blobs;
46-
/usr/bin/mc policy set public minio/blobs;
46+
/usr/bin/mc anonymous set public minio/blobs;
4747
exit 0;
4848
"

0 commit comments

Comments
 (0)