获取镜像
docker pull linuxserver/qbittorrent
端口映射
webui 8080:8080
数据 8999:8999 8999:8999(UDP))
最好不要使用docker中默认的6881端口。等下启动后需要在webui里面把默认的端口改成8999.
卷映射
Host/volume | Path in container |
---|---|
/home/qbittorrent/config | /config |
/data | /downloads |
修改监听端口
启动容器,登陆webui,在连接选项卡更改默认端口为8999.(或者更改为其他端口,当然要和第二部的端口对应)。
webui的默认用户名密码是admin/adminadmin。
修改磁盘缓存
关闭qb,打开config/qBittorrent/qBittorrent.conf,在Preferences配置项下面增加Downloads\DiskWriteCacheSize=1024,单位M
来源:https://www.cnblogs.com/haisong1991/p/11442639.html