github地址: https://github.com/darknightlab/qBittorrent_with_webtorrent
docker hub地址: https://hub.docker.com/r/darknightlab/qbittorrent_with_webtorrent
docker compose用法:
version: "3"
services:
qbittorrent-nox:
image: darknightlab/qbittorrent_with_webtorrent:main # :qBv*.*.*-ltv*.*.*-qt5/6
container_name: qbittorrent-nox
restart: always
network_mode: host
volumes:
- ./config:/config
- ./downloads:/downloads
environment:
- WEBUI_PORT=8080
- PUID=1000
- PGID=1000
- QBT_EULA=accept
基于 libtorrent master, qbittorrent master 编译,可选qt5或qt6,也可以自己设置qB和lt的tag编译。支持Webtorrent,以及ws/wss tracker。
如何编译成静态文件减小大小还没有想好。
评论 (0)