From d34108b5cbfe1e9f922d838f9ee31679037357ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:59:51 +0000 Subject: [PATCH] chore(deps): update josh5/unmanic docker tag to v0.2.6 (#2810) --- apps/unmanic/config.json | 9 ++++++--- apps/unmanic/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/unmanic/config.json b/apps/unmanic/config.json index 8007e544..eaf22f51 100644 --- a/apps/unmanic/config.json +++ b/apps/unmanic/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "unmanic", - "tipi_version": 2, - "version": "0.2.4", + "tipi_version": 3, + "version": "0.2.6", "categories": [ "utilities", "data", @@ -18,5 +18,8 @@ "source": "https://github.com/Unmanic/unmanic", "website": "https://docs.unmanic.app/", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/unmanic/docker-compose.yml b/apps/unmanic/docker-compose.yml index 8b41e36c..8d543e87 100644 --- a/apps/unmanic/docker-compose.yml +++ b/apps/unmanic/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.5" services: unmanic: - image: josh5/unmanic:0.2.4 + image: josh5/unmanic:0.2.6 restart: unless-stopped container_name: unmanic privileged: true