Sign inSign up

p3terx/qbittorrent

By p3terx

Updated over 2 years ago

qBittorrent Enhanced Edition

Image
29

50K+

p3terx/qbittorrent repository overview

qBittorrent Official Edition (PT Optimized)

docker run -d \
    --name qbittorrent \
    --restart unless-stopped \
    --network host \
    -e PUID=$UID \
    -e PGID=$GID \
    -e UMASK_SET=022 \
    -e TZ=Asia/Shanghai \
    -e QBT_WEBUI_PORT=18080 \
    -v ~/qbt-profile:/qBittorrent \
    -v ~/qbt-downloads:/downloads \
    p3terx/qbittorrent

qBittorrent Enhanced Edition (BT Only)

docker run -d \
    --name qbittorrent-enhanced \
    --restart unless-stopped \
    --network host \
    -e PUID=$UID \
    -e PGID=$GID \
    -e UMASK_SET=022 \
    -e TZ=Asia/Shanghai \
    -e QBT_WEBUI_PORT=28080 \
    -v ~/qbte-profile:/qBittorrent \
    -v ~/qbte-downloads:/downloads \
    p3terx/qbittorrent-enhanced

Tag summary

Content type

Image

Digest

sha256:03200ffc5

Size

31.1 MB

Last updated

over 2 years ago

docker pull p3terx/qbittorrent