Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
1207e3e5
authored
Sep 04, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update bash
parent
34490246
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
client/src/pages/api/system/getInitData.ts
+5
-1
docSite/content/docs/installation/docker.md
+2
-2
files/deploy/fastgpt/run.sh
+1
-1
No files found.
client/src/pages/api/system/getInitData.ts
View file @
1207e3e5
...
...
@@ -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
=
[
{
...
...
docSite/content/docs/installation/docker.md
View file @
1207e3e5
...
...
@@ -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
`
会自动拉取最新镜像,一般情况下不需要执行额外操作。
### 如何自定义配置文件?
...
...
files/deploy/fastgpt/run.sh
View file @
1207e3e5
#!/bin/bash
docker-compose pull
docker-compose up
-d
docker-compose up
-d
--pull
echo
"Docker Compose 重新拉取镜像完成!"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment