From 0f2f98067e17d1bee2b1a8dbd8797977e2672be3 Mon Sep 17 00:00:00 2001 From: Boris <564773807@qq.com> Date: Wed, 28 Feb 2024 14:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B2=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/feapder_platform/feaplat.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/feapder_platform/feaplat.md b/docs/feapder_platform/feaplat.md index 2a9afa7..49c951a 100644 --- a/docs/feapder_platform/feaplat.md +++ b/docs/feapder_platform/feaplat.md @@ -174,6 +174,8 @@ git clone -b develop https://gitee.com/Boris-code/feaplat.git ```shell cd feaplat +docker compose up -d +如果报错,尝试用下面命令运行 docker-compose up -d ```