Skip to content

Commit cf173ac

Browse files
committed
fix:fix minio latest policy command
Signed-off-by: Chen Kai <[email protected]>
1 parent a1681ab commit cf173ac

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)