doc: 完善主程序容器启动指令的挂载项

This commit is contained in:
Rock Chin 2023-03-30 21:26:10 +08:00
parent ea57976808
commit ac6d695f6d

View File

@ -90,6 +90,6 @@ autologin setConfig <机器人QQ号> protocol ANDROID_PAD
配置好config.py,保存到当前目录下,运行下面的
```
docker run -it -d --name QChatGPT --network host -v ${PWD}/config.py:/QChatGPT/config.py mikumifa/qchatgpt-docker
docker run -it -d --name QChatGPT --network host -v ${PWD}/config.py:/QChatGPT/config.py -v ${PWD}/banlist.py:/QChatGPT/banlist.py -v ${PWD}/sensitive.json:/QChatGPT/sensitive.json mikumifa/qchatgpt-docker
```