Skip to content

Commit ca4ca4a

Browse files
committed
doc(docker): add document section for private registry
1 parent 0427e3c commit ca4ca4a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)**.

README.zh_CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)**

0 commit comments

Comments
 (0)