Skip to content

Commit 89197e5

Browse files
authored
To avoid port conflicts change port to other. (#628)
Signed-off-by: ZePan110 <[email protected]>
1 parent 1513998 commit 89197e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

comps/dataprep/milvus/docker/docker-compose-dataprep-milvus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ services:
2727
MINIO_ACCESS_KEY: minioadmin
2828
MINIO_SECRET_KEY: minioadmin
2929
ports:
30-
- "9001:9001"
31-
- "9000:9000"
30+
- "5044:9001"
31+
- "5043:9000"
3232
volumes:
3333
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/minio:/minio_data
3434
command: minio server /minio_data --console-address ":9001"

comps/vectorstores/langchain/milvus/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ services:
2828
MINIO_ACCESS_KEY: minioadmin
2929
MINIO_SECRET_KEY: minioadmin
3030
ports:
31-
- "9001:9001"
32-
- "9000:9000"
31+
- "5044:9001"
32+
- "5043:9000"
3333
volumes:
3434
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/minio:/minio_data
3535
command: minio server /minio_data --console-address ":9001"

0 commit comments

Comments
 (0)