首页 Docker安装qbittorrent
文章
取消

Docker安装qbittorrent

拉取 4.1.9 版本镜像

1
docker pull linuxserver/qbittorrent:4.1.9.99201911190849-6738-0b055d8ubuntu18.04.1-ls54

启动

1
2
3
4
5
6
7
docker run --name=byls-qb \
  --network host -d \
  -e WEBUI_PORT=9002 \
  -e TZ="Asia/Shanghai" \
  -v /home/byls/dockers/qbittorrent:/downloads \
  --restart always \
  linuxserver/qbittorrent:4.1.9.99201911190849-6738-0b055d8ubuntu18.04.1-ls54
  • web端口使用9002
  • 时区使用 上海
  • 挂载下载目录 /downloads 到宿主机 /home/byls/dockers/qbittorrent

登陆

账号 admin 密码 adminadmin

本文由作者按照 CC BY 4.0 进行授权