From 5c8a7f9b1137f9e097dfc5b98ba85ef8fb764ade Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 6 Jul 2026 14:09:32 -0400 Subject: [PATCH] fix: update wizarr image version to v2026.7.1 --- nodes/heimdall/wizarr/compose.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nodes/heimdall/wizarr/compose.yaml b/nodes/heimdall/wizarr/compose.yaml index 514ecf6..00be102 100644 --- a/nodes/heimdall/wizarr/compose.yaml +++ b/nodes/heimdall/wizarr/compose.yaml @@ -2,12 +2,9 @@ services: wizarr: container_name: wizarr mem_limit: 2048m - image: ghcr.io/wizarrrr/wizarr:v2026.4.0 -<<<<<<< HEAD + image: ghcr.io/wizarrrr/wizarr:v2026.7.1 ports: - 5690:5690 -======= ->>>>>>> bbe6f8a (fix(wizarr): remove commented-out ports configuration) volumes: - /mnt/appdata/wizarr/data:/data/database restart: unless-stopped