From 9793734655d2dfda25217658fc8a7936b9637158 Mon Sep 17 00:00:00 2001 From: pycook Date: Fri, 29 Mar 2024 13:27:23 +0800 Subject: [PATCH] docs: docker-compose changed to docker compose --- README.md | 6 +++--- docs/README_en.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d1af935..08b4324 100644 --- a/README.md +++ b/README.md @@ -74,17 +74,17 @@ ### Docker 一键快速构建 > 方法一 -- 第一步: 先安装 docker 环境, 以及docker-compose +- 第一步: 先安装 Docker 环境, 以及Docker Compose (v2) - 第二步: 拷贝项目 ```shell git clone https://github.com/veops/cmdb.git ``` - 第三步:进入主目录,执行: ``` -docker-compose up -d +docker compose up -d ``` > 方法二, 该方法适用于linux系统 -- 第一步: 先安装 docker 环境, 以及docker-compose +- 第一步: 先安装 Docker 环境, 以及Docker Compose (v2) - 第二步: 直接使用项目根目录下的install.sh 文件进行 `安装`、`启动`、`暂停`、`查状态`、`删除`、`卸载` ```shell curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh diff --git a/docs/README_en.md b/docs/README_en.md index fa99678..3ea483f 100644 --- a/docs/README_en.md +++ b/docs/README_en.md @@ -69,17 +69,17 @@ ### One-Click Docker Quick Build > Method 1 -- step 1: **Prepare: install docker and docker-compose** +- step 1: **Prepare: install Docker and Docker Compose (v2)** - step 2: copy the repository ```shell git clone https://github.com/veops/cmdb.git ``` - step 3: In directory cmdb: ``` -docker-compose up -d +docker compose up -d ``` > Method 2 Usefull for linux os. -- step 1: **Prepare: install docker and docker-compose** +- step 1: **Prepare: install Docker and Docker Compose (v2)** - step 2: directly use the install.sh file in the project's root directory to `install`, `start`, `pause`, `status`, `delete`, and `uninstall` the application. ```shell curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh