AppsTorrentingQbittorrent

Qbittorrent

Free cross-platform bittorrent client with a feature rich Web UI for remote access.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3'
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:
      - /path/to/qbittorrent/appdata:/config
      - /path/to/downloads:/downloads #optional
    ports:
      - 8080:8080
      - 6881:6881
      - 6881:6881/udp
    restart: unless-stopped

Resources

Website: https://www.qbittorrent.org/

GitHub: https://github.com/qbittorrent/qBittorrent

Docker Hub (LinuxServer.io): https://hub.docker.com/r/linuxserver/qbittorrent

Docker Hub (emmercm): https://hub.docker.com/r/emmercm/qbittorrent

Configuration: See the Docker Hub pages