From ea4a19cd1bc09542f27429eff8faec4611fe99be Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 23 Jan 2023 17:16:33 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=B0=83=E6=95=B4init=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/cli/package.json | 2 +- apps/cli/src/commands/docker/init.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cli/package.json b/apps/cli/package.json index fbfc88de..f701f429 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "tailchat-cli", - "version": "1.5.1", + "version": "1.5.2", "description": "A Command line interface of tailchat", "bin": { "tailchat": "./bin/cli" diff --git a/apps/cli/src/commands/docker/init.ts b/apps/cli/src/commands/docker/init.ts index bcc3dbb6..2d36042b 100644 --- a/apps/cli/src/commands/docker/init.ts +++ b/apps/cli/src/commands/docker/init.ts @@ -27,7 +27,7 @@ const initCompleted = (dir: string) => 运行以下命令以完成镜像下载与启动: - ${chalk.bold(`cd ${dir}`)} ${chalk.gray('# 移动到安装目录')} - ${chalk.bold('tailchat docker update')} ${chalk.gray('# 下载/更新官方镜像')} -- ${chalk.bold('docker compose up')} ${chalk.gray('# 启动服务')} +- ${chalk.bold('docker compose up -d')} ${chalk.gray('# 启动服务')} ================`); const envUrl = withGhProxy(