diff --git a/README.md b/README.md index 35aca081..4e341a8f 100644 --- a/README.md +++ b/README.md @@ -74,6 +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). 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 3a4c8f93..8cf09d60 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -74,6 +74,8 @@ 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),是正常现象。 + 4. 启动服务后,通过浏览器访问 `http://localhost:8888/` 即可打开 Coze Studio。 ## 开发指南