2022-05-30 17:46:30 +03:00
..
2022-05-27 00:25:52 +03:00
2022-05-27 00:25:52 +03:00
2022-05-30 17:46:30 +03:00
2022-05-30 17:46:30 +03:00
2022-05-30 17:46:30 +03:00
2022-05-27 00:25:52 +03:00
2021-09-21 20:44:37 +03:00
2022-05-30 17:46:30 +03:00

Build info

The Qbittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.

qbittorrent

All presented images avalible on our repo in docker hub.

  • qbittorrent latest, stable and unstable images are also avalible here.

Environments

QBT_PROFILES_DIR=/opt/qbittorrent/profiles
QBT_PROFILE_NAME=docker
QBT_PORT_WEBUI=8282
QBT_PORT_NAT=1337
QBT_PORT_TRACKER=9000

Exampe

version: '3.9'
services:
  qbittorrent:
    image: epicmorg/qbittorrent:latest
    container_name: qbittorrent
    hostname: qbittorrent
    restart: always
    ports:
      - "8282:8282"
      - "1337:1337/udp"
      - "1337:1337/tcp"
      - "9000:9000/udp"
      - "9000:9000/tcp"
    cap_add:
      - ALL
    volumes:
      - /etc/letsencrypt:/etc/letsencrypt
      - /opt/docker/data/qbt/profiles:/opt/qbittorrent/profiles
    environment:
      - QBT_PROFILE_NAME=docker
      - QBT_PORT_WEBUI=8282
      - QBT_PORT_NAT=1337
      - QBT_PORT_TRACKER=9000
    tmpfs:
      - /tmp