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
ae88d79d
authored
Sep 04, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update bash
parent
1207e3e5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
docSite/content/docs/installation/docker.md
+7
-2
files/deploy/fastgpt/run.sh
+1
-1
No files found.
docSite/content/docs/installation/docker.md
View file @
ae88d79d
...
...
@@ -146,7 +146,7 @@ networks:
```
bash
# 在 docker-compose.yml 同级目录下执行
docker-compose up
-d
--pull
docker-compose up
-d
```
## 访问 FastGPT
...
...
@@ -159,7 +159,12 @@ docker-compose up -d --pull
### 如何更新?
执行
`docker-compose up -d --pull`
会自动拉取最新镜像,一般情况下不需要执行额外操作。
执行下面命令会自动拉取最新镜像,一般情况下不需要执行额外操作。
```
bash
docker-compose pull
docker-compose up
-d
```
### 如何自定义配置文件?
...
...
files/deploy/fastgpt/run.sh
View file @
ae88d79d
#!/bin/bash
docker-compose pull
docker-compose up
-d
--pull
docker-compose up
-d
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