Skip to content

Commit

Permalink
Add jackett proxy server
Browse files Browse the repository at this point in the history
  • Loading branch information
kijart committed Dec 6, 2017
1 parent d26c42a commit 9216d5a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jackett/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: '3'
services:
jackett:
image: "linuxserver/jackett"
ports:
- "10.8.0.1:9117:9117"
environment:
PGID: "1000"
PUID: "1000"
TZ: "Europe/Madrid"
volumes:
- /etc/localtime:/etc/localtime:ro
- ./config:/config
- ./downloads:/downloads

0 comments on commit 9216d5a

Please sign in to comment.