Commit 1207e3e5 by archer

update bash

parent 34490246
......@@ -39,9 +39,13 @@ const defaultFeConfigs = {
show_register: false,
show_appStore: false,
show_userDetail: false,
show_contact: true,
show_git: true,
show_doc: true,
systemTitle: 'FastGPT',
authorText: 'Made by FastGPT Team.'
authorText: 'Made by FastGPT Team.',
gitLoginKey: '',
scripts: []
};
const defaultChatModels = [
{
......
......@@ -146,7 +146,7 @@ networks:
```bash
# 在 docker-compose.yml 同级目录下执行
docker-compose up -d
docker-compose up -d --pull
```
## 访问 FastGPT
......@@ -159,7 +159,7 @@ docker-compose up -d
### 如何更新?
执行 `docker-compose up -d` 会自动拉取最新镜像,一般情况下不需要执行额外操作。
执行 `docker-compose up -d --pull` 会自动拉取最新镜像,一般情况下不需要执行额外操作。
### 如何自定义配置文件?
......
#!/bin/bash
docker-compose pull
docker-compose up -d
docker-compose up -d --pull
echo "Docker Compose 重新拉取镜像完成!"
......
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