我在美国。应该不是 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


不知道该怎么办了
举报· 309 次点击
登录 注册 站外分享
2 条回复  
Ipsum 初学 15 小时前
你 tracker 服务器不会是空的吧。
AkaGhost 小成 14 小时前
试一下 host 网络模式
返回顶部