From a4533e1a46595c0fa55ce907f3ddfdc1bb812aaa Mon Sep 17 00:00:00 2001 From: Milvus-doc-bot Date: Tue, 6 Feb 2024 06:18:41 +0000 Subject: [PATCH] Release new docs --- .../with_gpu/install_standalone-docker-compose-gpu.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/v2.3.x/site/en/getstarted/with_gpu/install_standalone-docker-compose-gpu.md b/v2.3.x/site/en/getstarted/with_gpu/install_standalone-docker-compose-gpu.md index d9593f14b..be9c6196e 100644 --- a/v2.3.x/site/en/getstarted/with_gpu/install_standalone-docker-compose-gpu.md +++ b/v2.3.x/site/en/getstarted/with_gpu/install_standalone-docker-compose-gpu.md @@ -30,6 +30,10 @@ Before installing Milvus with GPU support, make sure you have the following prer ## Install Milvus Standalone with Docker Compose +To install Milvus standalone with Docker Compose, follow these steps: + +### Download the `YAML` file + [Download](https://github.com/milvus-io/milvus/releases/download/v2.3.7/milvus-standalone-docker-compose-gpu.yml) `milvus-standalone-docker-compose-gpu.yml` and save it as `docker-compose.yml` manually, or with the following command. ```