Update Sonarr docker tag to 3.0.10
This commit is contained in:
parent
343c3b859d
commit
1c30d017a5
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8098,
|
||||
"id": "sonarr",
|
||||
"tipi_version": 3,
|
||||
"version": "3.0.9",
|
||||
"tipi_version": 4,
|
||||
"version": "3.0.10",
|
||||
"categories": ["media", "utilities"],
|
||||
"description": "Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
|
||||
"short_desc": "TV show manager for Usenet and BitTorrent",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr:3.0.9
|
||||
image: lscr.io/linuxserver/sonarr:3.0.10
|
||||
container_name: sonarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
Loading…
Reference in New Issue
Block a user