We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a2b96 commit 75ab704Copy full SHA for 75ab704
pmm_psmdb-pbm_setup/docker-compose-sharded.yaml
@@ -229,7 +229,7 @@ services:
229
image: minio/minio
230
container_name: minio
231
ports:
232
- - "9000:9000"
+ - "9001:9001"
233
networks:
234
- test-network
235
volumes:
@@ -247,7 +247,7 @@ services:
247
depends_on:
248
- minio
249
entrypoint: >
250
- /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; "
+ /bin/sh -c " sleep 5; /usr/bin/mc config host add myminio http://minio:9001 minio1234 minio1234; /usr/bin/mc mb myminio/bcp; exit 0; "
251
252
pmm-server:
253
image: ${PMM_IMAGE:-perconalab/pmm-server:3-dev-latest}
0 commit comments