We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce4e87 commit 0f02c9dCopy full SHA for 0f02c9d
docker-compose.yaml
@@ -14,7 +14,7 @@ services:
14
- create-buckets
15
entrypoint: >
16
/bin/sh -c "
17
- sleep 2;
+ sleep 4;
18
api;
19
"
20
archiver:
@@ -30,7 +30,7 @@ services:
30
31
32
33
34
archiver;
35
36
minio:
@@ -49,7 +49,7 @@ services:
49
- minio
50
51
52
- sleep 1;
+ sleep 3;
53
/usr/bin/mc alias set minio http://minio:9000 admin password;
54
/usr/bin/mc mb minio/blobs;
55
/usr/bin/mc anonymous set public minio/blobs;
0 commit comments