mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 11:42:44 +08:00
doc: 完善主程序容器启动指令的挂载项
This commit is contained in:
parent
ea57976808
commit
ac6d695f6d
|
@ -90,6 +90,6 @@ autologin setConfig <机器人QQ号> protocol ANDROID_PAD
|
||||||
配置好config.py,保存到当前目录下,运行下面的
|
配置好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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user