Cyang39's 的笔记

[docker] qbittorrent

Last update: 5/26/2024
bash
docker run -d \ --name=qbittorrent \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Asia/Shanghai \ -e WEBUI_PORT=12380 \ -p 12380:12380 \ -p 6881:6881 \ -p 6881:6881/udp \ -v /root/qbittorrent/config:/config \ -v /root/ftp_store:/downloads \ --restart unless-stopped \ lscr.io/linuxserver/qbittorrent:latest

客户端: