docker pull chisbread/qbittorrent
docker run -itd --net=host -d \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Asia/Shanghai \
-e WEBUI_PORT=8080 \
-p 6881:6881 \
-p 6881:6881/udp \
-p 8080:8080 \
-v /home/downn/config:/config \
-v /home/downn/downloads:/downloads \
--restart unless-stopped \
chisbread/qbittorrent:latest
admin adminadmin