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
0c439c78
authored
Feb 17, 2024
by
Archer
Committed by
GitHub
Feb 17, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: mongo doc (#855)
parent
bf7ee919
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
docSite/content/docs/development/docker.md
+1
-2
docSite/content/docs/development/upgrading/468.md
+1
-1
No files found.
docSite/content/docs/development/docker.md
View file @
0c439c78
...
...
@@ -110,9 +110,8 @@ curl -O https://raw.githubusercontent.com/labring/FastGPT/main/projects/app/data
cd
项目目录
# 创建 mongo 密钥
openssl rand
-base64
756
>
./mongodb.key
# 600不行可以用chmod 999
chmod 600 ./mongodb.key
chown 999:root ./mongodb.key
# 启动容器
docker-compose pull
docker-compose up
-d
...
...
docSite/content/docs/development/upgrading/468.md
View file @
0c439c78
...
...
@@ -36,8 +36,8 @@ mongo:
cd
项目目录
# 创建 mongo 密钥
openssl rand
-base64
756
>
./mongodb.key
# 600不行可以用chmod 999
chmod 600 ./mongodb.key
chown 999:root ./mongodb.key
# 重启 Mongo
docker-compose down
docker-compose up
-d
...
...
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