Skip to content

qBittorrent

Description⚓︎

qBittorrent is an open-source BitTorrent Client
This image comes with vue.js theme

Warning

This guide utilises Hardlinks
Refer to Trash's Guide for elaborate description

Note

For extended guide, refer to TRaSH-Guides

Docker⚓︎

Basic info⚓︎

Basic info with official links

docker-compose.yml⚓︎

YAML
---
version: "3.7"
services:
  qbittorrent:
    container_name: qbit
    image: hotio/qbittorrent:latest
    networks:
      - proxy # rename this to your custom docker network
    ports:
      - "4000:8080"
    environment:
      - PUID=${PUID}
      - PGID=${PGID}
      - UMASK=002
      - TZ=${TZ}
    volumes:
      - "${CFG_DIR}/qbittorrent:/config"
      - "${DATA_DIR}/Torrents:/data/Torrents"
      - "${DATA_DIR}/Del:/Del"
    restart: unless-stopped

networks:
  proxy:    # rename this to your custom docker network.
    external: true

deploy.sh⚓︎

Bash
mkdir -p "${CFG_DIR}"/qbittorrent
docker compose up -d

Settings⚓︎

Path settings line-by-line
1
2
3
4
5
/data/Torrents/complete
/data/Torrents/downloading
/data/Torrents/torfiles/bak/added
/data/Torrents/torfiles/bak/complete
/data/Torrents/torfiles