Browse Source

Fix milvus configuration error (#1362)

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
tags/0.3.29
Chenglong.li 2 years ago
parent
commit
16d80ebab3
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docker/docker-compose.yaml

+ 2
- 2
docker/docker-compose.yaml View File

@@ -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

Loading…
Cancel
Save