Comment on Torrenting behind gluetun on zimaos?
ayyo@sh.itjust.works 3 days agoYes my gluetun container is working properly, I just can’t figure out how to edit the compose for the qbittorrent file to work behind gluetun. I’ve even exported a working qbittorrent app, uninstalled it, edited and uploaded a new compose file as a custom app but that doesn’t seem to work for me.
This is a docker compose that I know works for qbittorrent behind gluetun.
I wonder if you are missing the “network_mode: service:gluetun” part?
qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent2 network_mode: service:gluetun environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - WEBUI_PORT=9090 - TORRENTING_PORT=6882 volumes: - /path/to/qbittorrent/appdata:/config - /mnt/JellyFinContent/Data/torrents:/data/torrents #optional
ports:
- 9090:9090
- 6882:6882
- 6882:6882/udp