Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Wireguard, Transmission & Prowlarr #3861

Closed Answered by Porencephaly
andruno86 asked this question in Q&A
Discussion options

You must be logged in to vote

You can accomplish this easier by running gluetun, transmission, and prowlarr together in a docker compose file and having transmission & prowlarr depend on gluetun's network. Here's a video tutorial: https://www.youtube.com/watch?v=9dJPOd0XbN8

Example docker compose file:

services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    # Hostname to use for container, required in some instances for the rest of the stack to each other endpoints 
    hostname: gluetun
    # line above must be uncommented to allow external containers to connect.
    # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun
    c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tteck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants