Commit 03e45196 by Deepturn Committed by GitHub

Change fastgpt-agent-sandbox-proxy tag to v0.2.0-beta2 (#7196)

Updated the image tag for fastgpt-agent-sandbox-proxy to v0.2.0-beta2 in the documentation and docker-compose example.
parent b32c2579
......@@ -31,14 +31,14 @@ AGENT_SANDBOX_PROXY_URL=ws://{{host}}:1006
如果启用 Agent Sandbox,需同步更新下面镜像:
- 新增 fastgpt-agent-sandbox-proxy 镜像 tag: v0.2.0-beta3
- 新增 fastgpt-agent-sandbox-proxy 镜像 tag: v0.2.0-beta2
- 更新 fastgpt-agent-sandbox 镜像 tag: v0.2.0-beta3
同时在 `docker-compose.yml` 中新增 `fastgpt-agent-sandbox-proxy` 服务。下面示例使用国内镜像源,海外部署可将镜像改为 `ghcr.io/labring/fastgpt-agent-sandbox-proxy:v0.2.0-beta3`:
同时在 `docker-compose.yml` 中新增 `` 服务。下面示例使用国内镜像源,海外部署可将镜像改为 `ghcr.io/labring/fastgpt-agent-sandbox-proxy:v0.2.0-beta2`:
```yml
fastgpt-agent-sandbox-proxy:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox-proxy:v0.2.0-beta3
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox-proxy:v0.2.0-beta2
container_name: fastgpt-agent-sandbox-proxy
restart: always
ports:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment