qdm12 / gluetun-wiki

Home to the Markdown Wiki page for Gluetun
MIT License
269 stars 31 forks source link

Torrent issues with gluetun #63

Closed flemur closed 2 months ago

flemur commented 2 months ago

This is a weird one. I've been trying to resolve it for about a week and decided it was time to post to see if anyone had any advice of things to try. I'll try to summarize the steps I've taken and results seen, as well as the general setup.

[Original configuration]

[New configuration]

Given the above, it looks like a gluetun configuration problem.

My gluetun container config: gluetun: image: qmcgaw/gluetun:latest container_name: gluetun network_mode: bridge restart: always devices:

My qBit container config: qbittorrent: image: linuxserver/qbittorrent:libtorrentv1 #tested this with both "latest" and "libtorrentv1" container_name: qbittorrent depends_on: gluetun: condition: service_healthy network_mode: service:gluetun environment:

I'm assuming I'm missing something obvious here, but I'm not seeing it. I'd believed moving from a guest inside a guest scenario to a physical host just for docker would speed things up, but for this, it's been a nightmare. Open to suggestions!

flemur commented 2 months ago

Realized I posed this on the wiki, not main gluetun page. Reposting.