搭建篇-青龍面板快速上手使用教程


下載docker為什么返回?zé)o效主機(jī)口invalid hostport
A:已經(jīng)解決
在xshell中輸入
docker pull whyour/qinglong:latest
拉庫。
隨后輸入配置
docker run -dit \
-v $pwd/ql/config:/ql/config \
-v $pwd/ql/log:/ql/log \
-v $pwd/ql/db:/ql/db \
-v $pwd/ql/scripts:/ql/scripts \
-v $pwd/ql/jbot:/ql/jbot \
-p 5700:5700 \
-e ENABLE_HANGUP=true \
-e ENABLE_WEB_PANEL=true \
--name qinglong \
--hostname qinglong \
--restart always \
whyour/qinglong:latest
標(biāo)簽: