summaryrefslogtreecommitdiff
path: root/docker-compose.example.yaml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-20 12:14:45 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-20 12:14:45 -0300
commit4fc5c0fef37c1a866cfeb1b709d451564aaea557 (patch)
tree62bf28512fd658fc09b8055cb0b6965182c6e8ab /docker-compose.example.yaml
parentb1831ed385709c39d49ff989790a3d398d316516 (diff)
Replaced jackett with prowlarr
Diffstat (limited to 'docker-compose.example.yaml')
-rw-r--r--docker-compose.example.yaml14
1 files changed, 6 insertions, 8 deletions
diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml
index 4ca31d9..b0b025b 100644
--- a/docker-compose.example.yaml
+++ b/docker-compose.example.yaml
@@ -77,20 +77,18 @@ services:
- 6767:6767
restart: unless-stopped
- # Jackett is our torrent indexer/searcher. Sonarr/Radarr use Jackett as a
+ # Prowlarr is our torrent indexer/searcher. Sonarr/Radarr use Prowlarr as a
# source
- jackett:
- image: ghcr.io/linuxserver/jackett
- container_name: jackett
+ prowlarr:
+ image: lscr.io/linuxserver/prowlarr:latest
+ container_name: prowlarr
environment:
- PUID=<your_PUID>
- PGID=<your_PGID>
- - AUTO_UPDATE="True"
volumes:
- - <media_folder>/blackhole:/downloads
- - <install_location>/config/jackett:/config
+ - <install_location>/config/prowlarr:/config
ports:
- - 9117:9117
+ - 9696:9696
restart: unless-stopped
# Gluetun is our VPN, so you can download torrents safely