Qbittorrent项目旨在提供一种替代 µTorrent的开源软件NAS群晖docker搭建

docker run -d \
--name=qbittorrent \
-e PUID=1026 \
-e PGID=100 \
-e TZ=Asia/Shanghai \
-e WEBUI_PORT=8080 \
-p 8080:8080 \
-p 6881:6881 \
-p 6881:6881/udp \
-v /volume1/docker/qbittorrent:/config \
-v /volume1/downloads:/downloads \
--restart unless-stopped \
linuxserver/qbittorrent:latest