Skip to content

Commit

Permalink
open transmission's peer port
Browse files Browse the repository at this point in the history
  • Loading branch information
lardbit committed Dec 31, 2021
1 parent 5607b00 commit e8aa423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ services:
service: nefarious-base
ports:
- "8000:80"
- "51413:51413"
labels:
- com.centurylinklabs.watchtower.enable=true
restart: always
Expand Down Expand Up @@ -78,6 +77,7 @@ services:
- com.centurylinklabs.watchtower.enable=true
ports:
- "9091:9091"
- "51413:51413" # peer port
restart: always
environment:
- PUID=${HOST_DOWNLOAD_UID:-1000}
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.transmission-vpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ services:
devices:
- /dev/net/tun
ports:
- 9091:9091
- 9117:9117 # jackett which shares this vpn network
- 51413:51413
- "9091:9091"
- "9117:9117" # jackett which shares this vpn network
- "51413:51413" # peer port
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

0 comments on commit e8aa423

Please sign in to comment.