From b520182f0677824aadcf1df590a10ca272ed557c Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Mon, 1 Nov 2021 17:00:56 +0800 Subject: [PATCH] Upgrading nebula with docker compose updates (#857) * Update 3.deploy-nebula-graph-with-docker-compose.md * Update 3.deploy-nebula-graph-with-docker-compose.md --- .../3.deploy-nebula-graph-with-docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md index b169fe21610..6ab55fb427f 100644 --- a/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md +++ b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md @@ -27,7 +27,7 @@ Using Docker Compose can quickly deploy Nebula Graph services based on the prepa The `master` branch contains the untested code for the latest Nebula Graph development release. **DO NOT** use this release in a production environment. ```bash - $ git clone -b {{dockercompose.branch} https://github.com/vesoft-inc/nebula-docker-compose.git + $ git clone -b {{dockercompose.branch}} https://github.com/vesoft-inc/nebula-docker-compose.git ``` 2. Go to the `nebula-docker-compose` directory.