From 48b52c3592bfeb3a7574352bf8f8c3d5d9bbd1c3 Mon Sep 17 00:00:00 2001 From: junwen-lee Date: Mon, 28 Jul 2025 01:29:04 +0800 Subject: [PATCH] docs: add FAQ link (#94) --- README.md | 2 +- README.zh_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e341a8f..1948ddad 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Deployment steps: cp .env.example .env docker compose --profile "*" up -d ``` - After the service starts, it is normal for the `coze-elasticsearch-setup` , `coze-minio-setup` , `coze-mysql-setup-init-sql` , and `coze-mysql-setup-schema` containers to be in an exited state (exit 0). + After the service starts, it is normal for the `coze-elasticsearch-setup` , `coze-minio-setup` , `coze-mysql-setup-init-sql` , and `coze-mysql-setup-schema` containers to be in an exited state (exit 0). For common startup failure issues, **please refer to the [FAQ](https://github.com/coze-dev/coze-studio/wiki/9.-FAQ)**. 4. After starting the service, you can open Coze Studio by accessing `http://localhost:8888/` through your browser. diff --git a/README.zh_CN.md b/README.zh_CN.md index 8cf09d60..ebdc36c1 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -74,7 +74,7 @@ Coze Studio 的后端采用 Golang 开发,前端使用 React + TypeScript, cp .env.example .env docker compose --profile "*" up -d ``` - 服务启动之后,`coze-elasticsearch-setup`、`coze-minio-setup`、`coze-mysql-setup-init-sql`、`coze-mysql-setup-schema` 这几个容器处于退出状态(exit 0),是正常现象。 + 服务启动之后,`coze-elasticsearch-setup`、`coze-minio-setup`、`coze-mysql-setup-init-sql`、`coze-mysql-setup-schema` 这几个容器处于退出状态(exit 0),是正常现象。**启动失败常见问题可参考[常见问题](https://github.com/coze-dev/coze-studio/wiki/9.-%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)**。 4. 启动服务后,通过浏览器访问 `http://localhost:8888/` 即可打开 Coze Studio。