We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5517556 commit c8ff7ddCopy full SHA for c8ff7dd
src/Testcontainers.Milvus/MilvusBuilder.cs
@@ -64,6 +64,7 @@ protected override MilvusBuilder Init()
64
.WithPortBinding(MilvusManagementPort, true)
65
.WithPortBinding(MilvusGrpcPort, true)
66
.WithCommand("milvus", "run", "standalone")
67
+ .WithEnvironment("DEPLOY_MODE", "STANDALONE")
68
.WithEnvironment("COMMON_STORAGETYPE", "local")
69
// For embedded etcd only; see WithEtcdEndpoint(string) for using an external etcd.
70
.WithEnvironment("ETCD_USE_EMBED", "true")
0 commit comments