Docker安装qBittorrent
侧边栏壁纸
  • 累计撰写 56 篇文章
  • 累计收到 0 条评论
  • 本站共 9.27 W

Docker安装qBittorrent

陌路离殇
2024-10-27 / 0 评论 / 7 阅读 / 正在检测是否收录...

镜像

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

本文共341个字符,其中有 25 个汉字,平均阅读时长 ≈ 2分钟
0

打赏

海报

正在生成.....

评论

博主关闭了所有页面的评论