Docker安装qBittorrent

镜像

ghcr.io/hotio/qbittorrent
hotio/qbittorrent

安装命令

docker run --rm \
  --name qbittorrent \
  --restart=unless-stopped \
  -p 8080:8080 \
  -e PUID=1000 \
  -e PGID=1000 \
  -e UMASK=002 \
  -e TZ="Etc/UTC" \
  -e WEBUI_PORTS="8080/tcp,8080/udp" \
  -v /<磁盘路径>/config:/config \
  -v /<磁盘路径>/data:/data \
  ghcr.io/hotio/qbittorrent

如何使用

打开浏览器访问http(s)://{ip}:port

 


文档仓库 » Docker安装qBittorrent