From a952278d88e184c175031a7f0651973ab8e73aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A4=A7=E9=94=A4?= <1395168068@qq.com> Date: Sat, 3 Sep 2022 02:26:03 +0000 Subject: [PATCH] =?UTF-8?q?update=20get-started/install-docker.md.=20docke?= =?UTF-8?q?r-compose=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王大锤 <1395168068@qq.com> --- get-started/install-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/install-docker.md b/get-started/install-docker.md index c3fd907..ed7d06b 100644 --- a/get-started/install-docker.md +++ b/get-started/install-docker.md @@ -72,7 +72,7 @@ services: ### 3. 启动容器 ```bash -docker compose up -d +docker-compose up -d ``` ### 4. 初始化 -- Gitee