群晖上跑 qbittorrent docker, 一直显示 "下载元数据", 但是用种子文件直接下载就可以

244 天前
 readman
我在美国。应该不是 VPN 问题。。。。

qbittorrent:
stdin_open: true
tty: true
image: nevinee/qbittorrent:4.3.9
container_name: qbittorrent
environment:
- PUID=1026
- PGID=1000
- TZ=Etc/UTC
- QB_USERNAME=xxx
- QB_PASSWORD=xxx
- WEBUI_PORT=8080
- TORRENTING_PORT=6881
- ENABLE_AUTO_CATEGORY=true
- CATEGORY_OR_TAG=category
- CRON_AUTO_CATEGORY=32 */2 * * *
volumes:
- /volume1/docker/qbittorrent:/data/config:rw
- /volume5/btcache:/data/downloads:rw #optional
ports:
- 7001:8080
- 6881:6881
- 9000:9000
- 32109:32109
- 6881:6881/udp
restart: unless-stopped


不知道该怎么办了
1754 次点击
所在节点    问与答
7 条回复
Ipsum
244 天前
你 tracker 服务器不会是空的吧。
AkaGhost
243 天前
试一下 host 网络模式
readman
243 天前
@Ipsum 满满的 tracker 。。。
ferock
243 天前
美丽国不怕版权法案?纯好奇
readman
243 天前
@ferock ???那是啥
FatChou
243 天前
意思是磁链接下载不行但种子可以,是吧?
ysc3839
242 天前
别用端口映射,直接使用主机网络

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1108025

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX