File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ services:
213213 depends_on :
214214 - minio
215215 entrypoint : >
216- /bin/sh -c " sleep 5; /usr/bin/mc config host add myminio http://minio:9000 minio1234 minio1234; /usr/bin/mc mb myminio/bcp; exit 0; "
216+ /bin/sh -c " sleep 5; /usr/bin/mc alias set myminio http://minio:9000 minio1234 minio1234; /usr/bin/mc mb myminio/bcp; exit 0; "
217217
218218networks :
219219 qa-integration :
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ services:
244244 depends_on :
245245 - minio
246246 entrypoint : >
247- /bin/sh -c " sleep 5; /usr/bin/mc config host add myminio http://minio:9000 minio1234 minio1234; /usr/bin/mc mb myminio/bcp; exit 0; "
247+ /bin/sh -c " sleep 5; /usr/bin/mc alias set myminio http://minio:9000 minio1234 minio1234; /usr/bin/mc mb myminio/bcp; exit 0; "
248248
249249 pmm-server :
250250 image : ${PMM_IMAGE:-perconalab/pmm-server:dev-latest}
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ services:
107107 depends_on :
108108 - minio
109109 entrypoint : >
110- /bin/sh -c " sleep 5; /usr/bin/mc config host add myminio http://minio:9000 minio1234 minio1234; /usr/bin/mc mb myminio/bcp; exit 0; "
110+ /bin/sh -c " sleep 5; /usr/bin/mc alias set myminio http://minio:9000 minio1234 minio1234; /usr/bin/mc mb myminio/bcp; exit 0; "
111111
112112volumes :
113113 psmdb-server-data :
You can’t perform that action at this time.
0 commit comments