Skip to content

Commit

Permalink
feat(setup): ports handling with multiple instances of the same image
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jul 29, 2024
1 parent afbb9dc commit e204241
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/port-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ services:
container_name: xyz
network_mode: "service:gluetun"
```
💁 To run multiple instances of the same container image through Gluetun, you need to configure each instance to listen on a different port **internally**, or it would conflict. This is possible for example with Deluge, but not with some Transmission images. You can however create an issue on the relevant repository for maintainers to implement this, since it's usually rather easy to code.

0 comments on commit e204241

Please sign in to comment.