Commit 029a2f8 1 parent 98834ec commit 029a2f8 Copy full SHA for 029a2f8
File tree 1 file changed +2
-2
lines changed
docSite/content/docs/development
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ FastGPT 使用了 one-api 项目来管理模型池,其可以兼容 OpenAI 、A
45
45
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
46
46
systemctl enable --now docker
47
47
# 安装 docker-compose
48
- curl -L https://github.com/docker/compose/releases/download/2 .20.3/docker-compose-` uname -s` -` uname -m` -o /usr/local/bin/docker-compose
48
+ curl -L https://github.com/docker/compose/releases/download/v2 .20.3/docker-compose-` uname -s` -` uname -m` -o /usr/local/bin/docker-compose
49
49
chmod +x /usr/local/bin/docker-compose
50
50
# 验证安装
51
51
docker -v
@@ -191,4 +191,4 @@ docker-compose down
191
191
docker-compose up -d
192
192
` ` `
193
193
194
- 4. 进入容器执行副本集合初始化(看上方)
194
+ 4. 进入容器执行副本集合初始化(看上方)
You can’t perform that action at this time.
0 commit comments