Discover a powerful, open-source alternative for managing your torrent downloads without the annoyance of advertisements. This lightweight yet feature-rich client provides a polished user interface that feels familiar while offering extensive control over your downloading experience. It operates seamlessly across all major platforms, ensuring you have access to your files wherever you are.
Key benefits include:
services:
qbittorrent:
image: emmercm/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- UMASK=022
ports:
- 8080:8080
- 6881:6881
- 6881:6881/udp
volumes:
- ./config:/config
- ./downloads:/downloads
restart: unless-stopped# No sensitive credentials are required for the default configuration.
# The default WebUI credentials (admin/adminadmin or generated in logs) are managed within the application.Auto-fetched about 19 hours ago
Auto-fetched about 19 hours ago