Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docker-compose.transmission-vpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ services:
ports:
- 9091:9091
- 9117:9117 # jackett which shares this vpn network
- 51413:51413

dns: # bypass any dns issues by not using ISP's DNS
- 1.1.1.1 # cloudflare dns primary
- 1.0.0.1 # cloudflare dns secondary
Expand Down