Hello,
there is no config or documentation about exposing your (randomized) torrent port. This leads to a firewalled status in the torrent container, and a suboptimal torrenting and seeding experience.
After adding this to my qbittorent service yaml docker exposes those ports to connections from outside, and seeding works fine.
Since these ports are randomized, i think you should at least document this step somewhere, and possibly integrate it into the .env
Snippet to add:
ports:
- 12345:12345
- 12345:12345/udp
BR