docker create \
--name=qbittorrent \
-e WEBUIPORT=8080 \
-e PUID=1026 \
-e PGID=100 \
-e TZ=Asia/Shanghai \
-p 6881:6881 \
-p 6881:6881/udp \
-p 8080:8080 \
-v /config:/config \
-v /downloads:/downloads \
--restart unless-stopped \
superng6/qbittorrent:latest
qBittorrent 启动成功了能访问 web ui ,但是就是种子和 rss 链接下载不下来,有没有人知道怎么回事
Docker, Downloads, config, qbittorrent