Short Description
qBittorrent for Raspberry Pi 3.
Full Description
Adapted from lsioarmhf/qbittorrent
Usage:
docker create \
--name=qbittorrent \
-v <path to config>:/config \
-v <path to downloads>:/downloads \
-e PGID=<gid> -e PUID=<uid> \
-e UMASK_SET=<022> \
-e TZ=<timezone> \
-p 6881:6881 \
-p 6881:6881/udp \
-p 8080:8080 \
walkingcrows/rpi-qbittorrent
Docker Pull Command
Owner
walkingcrows