yanyuyijian/INS/JD/qinglong/QL2.2.0-066.md
2021-06-21 14:25:48 +08:00

22 lines
546 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 青龙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
```