Browse Source

update readme

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
ruiyi.jiang 1 year ago
parent
commit
0949f39431
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -54,7 +54,7 @@ To run the Docker container with these environment variables, use the following
 
 ```bash
 docker run -p 8000:3000 \
--v /Users/zilliz/workspace/attu/server/test/tls:/app/tls \
+-v /your-tls-file-path:/app/tls \
 -e ATTU_LOG_LEVEL=info  \
 -e ROOT_CERT_PATH=/app/tls/ca.pem \
 -e PRIVATE_KEY_PATH=/app/tls/client.key \