openwrt软路由安装qbittorrent

docker搜索linuxserver/qbittorrent拉取镜像

在容器添加解析CLI添加

docker run -d \
  --name=qbittorrent \
  -e PUID=0 \
  -e PGID=0 \
  -e TZ=Asia/Chongqing \
  -e WEBUI_PORT=8080 \
  -p 8080:8080 \
  -p 6881:6881 \
  -p 6881:6881/udp \
  -v /var/lib/docker/qbittorrent/config:/config \
  -v /mnt/sdb1:/downloads \
  --restart unless-stopped \
  lscr.io/linuxserver/qbittorrent:latest

PUID和PGID可以自己更改
/mnt/sdb1 更改自己的挂载目录

取消

感谢您的支持,我会继续努力哒!

扫码打赏
支付金额随意哦!

打开支付宝扫一扫,即可进行扫码打赏哦

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注