fix:fastgpt-sandbox image version (#2882)

This commit is contained in:
methol
2024-10-10 22:20:24 +08:00
committed by GitHub
parent a42707064a
commit d52da7d4e0

View File

@@ -72,8 +72,8 @@ services:
# fastgpt
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:4.8.11 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:4.8.11 # 阿里云
image: ghcr.io/labring/fastgpt-sandbox:v4.8.11 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.11 # 阿里云
networks:
- fastgpt
restart: always