You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
-v $PWD/ql/jbot:/ql/jbot
-v $PWD/ql/raw:/ql/raw
-v $PWD/ql/deps:/ql/deps
-p 5700:5700
-e ENABLE_HANGUP=true
-e ENABLE_WEB_PANEL=true
--name qinglong
--hostname qinglong
--restart always
whyour/qinglong:2.14.7
通过以上命令安装,明明已经设置好了把运行日志跟其他文件路径一样在root/ql/下在log文件夹,但是事实上在此文件夹内并没有产生任何日志文件,通过搜索发现日志文件在这个/var/lib/docker/btrfs/subvolumes/defc24e06969f66d1bc17ad3272af63c50b41571e246637a58e7e325d0b6b503/ql/data/log/路径下,那么问题来了,怎样设置才能把青龙运行的日志设置放到指定的文件夹
Beta Was this translation helpful? Give feedback.
All reactions