Skip to content

Commit

Permalink
Merge pull request navilg#13 from RobinFlikkema/RobinFlikkema-patch-2
Browse files Browse the repository at this point in the history
Fixing Prowlarr via VPN
  • Loading branch information
navilg authored Nov 15, 2022
2 parents d52fa9d + 54f354b commit b87df2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ services:
- 5080:5080
- 6881:6881
- 6881:6881/udp
# prowlarr ports
- 9696:9696
# Transmission ports. Uncomment below if Transmission is used with VPN
# - 9091:9091
# - 51413:51413
Expand Down Expand Up @@ -171,8 +173,9 @@ services:
- TZ=UTC
volumes:
- prowlarr-config:/config
ports:
- 9696:9696
## Uncomment below ports if VPN is disabled.
# ports:
# - 9696:9696
restart: unless-stopped

jellyfin:
Expand Down

0 comments on commit b87df2a

Please sign in to comment.