From 9525bce59dae3a6888402d54d8f66ec67c8958b7 Mon Sep 17 00:00:00 2001 From: Nathan Castaldi <71972541+ncastaldi@users.noreply.github.com> Date: Thu, 21 May 2026 13:49:40 -0400 Subject: [PATCH] published reports for Wizarr --- nodes/heimdall/wizarr/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/heimdall/wizarr/compose.yaml b/nodes/heimdall/wizarr/compose.yaml index 4cf022a..2dcf083 100644 --- a/nodes/heimdall/wizarr/compose.yaml +++ b/nodes/heimdall/wizarr/compose.yaml @@ -3,8 +3,8 @@ services: container_name: wizarr mem_limit: 2048m image: ghcr.io/wizarrrr/wizarr:v2026.4.0 - # ports: - # - 5690:5690 + ports: + - 5690:5690 volumes: - /mnt/appdata/wizarr/data:/data/database restart: unless-stopped