Merge pull request #171 from xerrors/fix-milvus-version
Update docker-compose.dev.yml
This commit is contained in:
commit
5da6e26a30
@ -46,7 +46,7 @@ services:
|
|||||||
command: npm run server
|
command: npm run server
|
||||||
|
|
||||||
graph:
|
graph:
|
||||||
image: neo4j:latest
|
image: neo4j:5.26
|
||||||
container_name: graph-dev
|
container_name: graph-dev
|
||||||
ports:
|
ports:
|
||||||
- "7474:7474"
|
- "7474:7474"
|
||||||
@ -99,7 +99,7 @@ services:
|
|||||||
- app-network
|
- app-network
|
||||||
|
|
||||||
milvus:
|
milvus:
|
||||||
image: milvusdb/milvus:latest
|
image: milvusdb/milvus:v2.5.6
|
||||||
container_name: milvus-standalone-dev
|
container_name: milvus-standalone-dev
|
||||||
command: ["milvus", "run", "standalone"]
|
command: ["milvus", "run", "standalone"]
|
||||||
security_opt:
|
security_opt:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user