Docker安装qBittorrent

陌路离殇
2024-10-27 发布 / 正在检测是否收录...

镜像

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
© 版权声明
THE END
喜欢就支持一下吧
点赞 0 分享 收藏

评论

博主关闭了当前页面的评论