Skip to content

Commit d6a4d4d

Browse files
authored
docs: update readme (coze-dev#126)
1 parent be0ccd1 commit d6a4d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Deployment steps:
7474
cp .env.example .env
7575
docker compose --profile "*" up -d
7676
```
77-
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)**.
77+
After the service starts, it is normal for the `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)**.
7878
4. After starting the service, you can open Coze Studio by accessing `http://localhost:8888/` through your browser.
7979

8080

README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Coze Studio 的后端采用 Golang 开发,前端使用 React + TypeScript,
7474
cp .env.example .env
7575
docker compose --profile "*" up -d
7676
```
77-
服务启动之后`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)**
77+
服务启动之后`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)**
7878

7979
4. 启动服务后,通过浏览器访问 `http://localhost:8888/` 即可打开 Coze Studio。
8080

0 commit comments

Comments
 (0)