From 07d7f769590d2a188d044b77016f961b850f5dda Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 8 Jul 2026 17:27:55 -0400 Subject: [PATCH] fix: uncomment ports configuration for wizarr service --- 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 39db69f..00be102 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.7.1 - # ports: - # - 5690:5690 + ports: + - 5690:5690 volumes: - /mnt/appdata/wizarr/data:/data/database restart: unless-stopped