Skip to content

Commit c8ff7dd

Browse files
authored
fix(Milvus): Set DEPLOY_MODE=STANDALONE (necessary for v2.6+) (#1569)
1 parent 5517556 commit c8ff7dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Testcontainers.Milvus/MilvusBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ protected override MilvusBuilder Init()
6464
.WithPortBinding(MilvusManagementPort, true)
6565
.WithPortBinding(MilvusGrpcPort, true)
6666
.WithCommand("milvus", "run", "standalone")
67+
.WithEnvironment("DEPLOY_MODE", "STANDALONE")
6768
.WithEnvironment("COMMON_STORAGETYPE", "local")
6869
// For embedded etcd only; see WithEtcdEndpoint(string) for using an external etcd.
6970
.WithEnvironment("ETCD_USE_EMBED", "true")

0 commit comments

Comments
 (0)