diff --git a/apps/lidarr/config.json b/apps/lidarr/config.json index 69581336..55a694a2 100644 --- a/apps/lidarr/config.json +++ b/apps/lidarr/config.json @@ -5,9 +5,12 @@ "exposable": true, "port": 8131, "id": "lidarr", - "tipi_version": 1, - "version": "1.0.2.2592", - "categories": ["media", "music"], + "tipi_version": 2, + "version": "1.1.4", + "categories": [ + "media", + "music" + ], "description": "Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists 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": " Looks and smells like Sonarr but made for music.", "author": "lidarr.audio", diff --git a/apps/lidarr/docker-compose.yml b/apps/lidarr/docker-compose.yml index a35f3e75..fea46277 100644 --- a/apps/lidarr/docker-compose.yml +++ b/apps/lidarr/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: lidarr: - image: lscr.io/linuxserver/lidarr:1.0.2 + image: lscr.io/linuxserver/lidarr:1.1.4 container_name: lidarr environment: - PUID=1000