File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ Deployment steps:
7272 # Start the service
7373 cd docker
7474 cp .env.example .env
75+
76+ # if you want to deploy with private docker registry, uncomment the line with `REGISTRY`,
77+ # and set `REGISTRY` with your private docker registry without trailing slash.
78+
7579 docker compose up -d
7680 ` ` `
7781 For common startup failure issues, ** please refer to the [FAQ](https://github.com/coze-dev/coze-studio/wiki/9.-FAQ)** .
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ Coze Studio 的后端采用 Golang 开发,前端使用 React + TypeScript,
7272 # 启动服务
7373 cd docker
7474 cp .env.example .env
75+
76+ # 如果希望使用私有镜像仓库,取消`REGISTRY`行注释,同时把`REGISTRY`设置成私有镜像仓库地址,注意私有镜像仓库地址结尾不带`/`
7577 docker compose up -d
7678 ` ` `
7779 ** 启动失败常见问题可参考[常见问题](https://github.com/coze-dev/coze-studio/wiki/9.-%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)** 。
You can’t perform that action at this time.
0 commit comments