Skip to content

Commit

Permalink
Update gluetun.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored Nov 25, 2024
1 parent e9c90af commit bb11117
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/apps/gluetun.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ gluetun2_docker_networks_alias_custom:
plex2_docker_network_mode_default: "container:gluetun2"
plex2_auth_token_proxy: "http://gluetun2:8888"
```

Once you have made these changes to the inventory, run the relevant plex tags to apply the changes [i.e. `sb install plex` or `sb install plex1 plex2 plex3`].

!!! caution
When routing Plex through Gluetun, you must access Plex between containers at `http://gluetun:32400` where you would previously use the Plex container name.

Expand Down Expand Up @@ -129,6 +132,8 @@ Depending on if the role in question supports instances or not there will be two

For example, to route `jackett` through Gluetun, the entry would be `jackett_docker_network_mode: "container:gluetun"`.
Once you have made these changes to the inventory, run the relevant tags to apply the changes [i.e. `sb install qbittorrent` or `sb install jackett sonarr radarr`].

!!! caution
While multiple containers may be routed through a single Gluetun instance, you must manually ensure there are no port clashes as all port binds for the connected containers will be through the Gluetun container and must have unique ports inside that container.

Expand Down

0 comments on commit bb11117

Please sign in to comment.