Make Jackett use latest version (#1058)

This commit is contained in:
DireMunchkin 2023-08-25 06:42:37 +00:00 committed by GitHub
parent c3962329b1
commit ad4efb0305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8097,
"id": "jackett",
"tipi_version": 79,
"version": "0.21.689",
"tipi_version": 80,
"version": "latest",
"description": "Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches.",
"short_desc": "API Support for your favorite torrent trackers ",
"categories": [

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
jackett:
image: lscr.io/linuxserver/jackett:0.21.689
image: lscr.io/linuxserver/jackett:latest
container_name: jackett
environment:
- PUID=1000