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
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
Content type
Image
Digest
sha256:03200ffc5…
Size
31.1 MB
Last updated
over 2 years ago
docker pull p3terx/qbittorrent