Skip to content

Commit 75ab704

Browse files
authored
Update docker-compose-sharded.yaml
Fix minio port number, as we start pmm-sever on 9000 already in pipelines
1 parent 92a2b96 commit 75ab704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pmm_psmdb-pbm_setup/docker-compose-sharded.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ services:
229229
image: minio/minio
230230
container_name: minio
231231
ports:
232-
- "9000:9000"
232+
- "9001:9001"
233233
networks:
234234
- test-network
235235
volumes:
@@ -247,7 +247,7 @@ services:
247247
depends_on:
248248
- minio
249249
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; "
250+
/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; "
251251
252252
pmm-server:
253253
image: ${PMM_IMAGE:-perconalab/pmm-server:3-dev-latest}

0 commit comments

Comments
 (0)