Skip to content

Commit

Permalink
Update to expose minio port number on 9001 (#93)
Browse files Browse the repository at this point in the history
Fix minio port number, as we start pmm-sever on 9000 already in pipelines
  • Loading branch information
saikumar-vs authored Nov 19, 2024
1 parent 92a2b96 commit f0c601d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pmm_psmdb-pbm_setup/docker-compose-rs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ services:
image: minio/minio
profiles: ["classic", "extra"]
container_name: minio
ports:
- "9001:9000"
depends_on:
- build_member
networks:
Expand Down
2 changes: 1 addition & 1 deletion pmm_psmdb-pbm_setup/docker-compose-sharded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ services:
image: minio/minio
container_name: minio
ports:
- "9000:9000"
- "9001:9000"
networks:
- test-network
volumes:
Expand Down
2 changes: 2 additions & 0 deletions pmm_psmdb_diffauth_setup/docker-compose-pmm-psmdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ services:
minio:
image: minio/minio
container_name: minio
ports:
- "9001:9000"
volumes:
- /tmp/minio/backups:/backups
environment:
Expand Down

0 comments on commit f0c601d

Please sign in to comment.