Skip to content

Commit c180207

Browse files
committed
fix
1 parent 22f01d5 commit c180207

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deployment/docker_compose/docker-compose.dev.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ services:
2727
- "6379:6379"
2828

2929
minio:
30+
# use different ports to avoid conflicts with model servers
3031
ports:
31-
- "9000:9000"
32-
- "9001:9001"
32+
- "9004:9000"
33+
- "9005:9001"

0 commit comments

Comments
 (0)