deploy version (#6470)

This commit is contained in:
Archer
2026-02-26 18:14:55 +08:00
committed by GitHub
parent 2f7427e108
commit e9eca2f80b
25 changed files with 48 additions and 48 deletions
@@ -162,7 +162,7 @@ services:
fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.1 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
ports:
- 3000:3000
networks:
@@ -214,7 +214,7 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.1
networks:
- fastgpt
restart: always