The qBittorrent project aims to provide an open-source software alternative to µTorrent.
OS | Files | Size |
---|---|---|
qBittorrent v4.5.4 | 31.26 MB | |
qBittorrent v4.5.4 | 39.44 MB | |
qBittorrent v4.5.0 | 27.89 MB | |
qBittorrent v4.5.0 | 35.12 MB | |
qBittorrent v4.4.5 | 27.08 MB |
docker-compose
--- version: "2.1" services: qbittorrent: image: linuxserver/qbittorrent container_name: qbittorrent environment: - PUID=1000 - PGID=100 - TZ=Australia/Tasmania - UMASK=022 - WEBUI_PORT=8080 volumes: - /path/to/appdata/config:/config - /path/to/downloads:/downloads ports: - 6881:6881 - 6881:6881/udp - 8080:8080 restart: unless-stopped