🌱QL2.2.0-066

This commit is contained in:
Leon 2021-06-21 14:25:48 +08:00 committed by GitHub
parent a280001b62
commit 910ac40d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,21 @@
# 青龙2.2.0-066禁用自动更新版本
## 删除 原青龙DOCKER 然后 删除 ql/scripts/node_modules 这个目录(不删除的话 npm不兼容会报错
## 然后 重新拉取 老版本不自动更新青龙面版
## 青龙2.2.0-066禁用自动更新版本
``` sh
docker run -dit \
-v $PWD/ql/config:/ql/config \
-v $PWD/ql/scripts:/ql/scripts \
-v $PWD/ql/repo:/ql/repo \
-v $PWD/ql/log:/ql/log \
-v $PWD/ql/db:/ql/db \
-p 5700:5700 \
--name qinglong \
--hostname qinglong \
--restart always \
limoe/qinglong:latest
```