From 16d80ebab39369fd8bf6dcc5a448008dbd9feb6b Mon Sep 17 00:00:00 2001 From: "Chenglong.li" <2415654524@qq.com> Date: Tue, 17 Oct 2023 17:40:40 +0800 Subject: [PATCH] Fix milvus configuration error (#1362) Signed-off-by: JackLCL --- docker/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 7ee28d9fc52a5d..ab5c91fa730515 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -98,7 +98,7 @@ services: # The milvus password. MILVUS_PASSWORD: Milvus # The milvus tls switch. - MILVUS_SECURE: false + MILVUS_SECURE: 'false' # Mail configuration, support: resend MAIL_TYPE: '' # default send from email address, if not specified @@ -176,7 +176,7 @@ services: # The milvus password. MILVUS_PASSWORD: Milvus # The milvus tls switch. - MILVUS_SECURE: false + MILVUS_SECURE: 'false' # Mail configuration, support: resend MAIL_TYPE: '' # default send from email address, if not specified