Skip to content

Commit a7ded6b

Browse files
committed
Use updated mc command
Per: minio/minio#21327 (comment)
1 parent 8b48a10 commit a7ded6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
entrypoint: >
3232
/bin/sh -c "
3333
sleep 5;
34-
/usr/bin/mc config host add myminio http://minio:9000 minio ${MINIO_ROOT_PASSWORD};
34+
/usr/bin/mc alias set myminio http://minio:9000 minio ${MINIO_ROOT_PASSWORD};
3535
/usr/bin/mc mb myminio/${S3_BUCKET_NAME};
3636
/usr/bin/mc anonymous set public myminio/${S3_BUCKET_NAME};
3737
exit 0;

0 commit comments

Comments
 (0)