perf: mongo doc (#855)

This commit is contained in:
Archer
2024-02-17 10:57:39 +08:00
committed by GitHub
parent bf7ee919b6
commit 0c439c7827
2 changed files with 2 additions and 3 deletions

View File

@@ -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