Experience a lightweight, open-source alternative to traditional torrent clients that respects your system resources and your privacy. This powerful application delivers a polished, ad-free user interface packed with advanced features for managing your downloads efficiently. Whether you are downloading large files or managing multiple torrents, you get complete control over your network activity.
Key benefits include:
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- WEBUI_PORT=8080
- TORRENTING_PORT=6881
volumes:
- ./config:/config
- ./downloads:/downloads
ports:
- 8080:8080
- 6881:6881
- 6881:6881/udp
restart: unless-stopped# No sensitive credentials are required for the initial setup.
# The default WebUI credentials (admin/adminadmin) or a temporary password
# will be generated in the logs upon first startup.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago