mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
update bash
This commit is contained in:
@@ -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` 会自动拉取最新镜像,一般情况下不需要执行额外操作。
|
||||
|
||||
### 如何自定义配置文件?
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
docker-compose pull
|
||||
docker-compose up -d
|
||||
docker-compose up -d --pull
|
||||
|
||||
echo "Docker Compose 重新拉取镜像完成!"
|
||||
|
||||
|
Reference in New Issue
Block a user