From d8870973e5c7a2753f00ac7565c720421b9d0d85 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 16 Jul 2026 17:13:25 -0400 Subject: [PATCH] fixed port mapping --- 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 6e00717..3fc8f5f 100644 --- a/nodes/heimdall/wizarr/compose.yaml +++ b/nodes/heimdall/wizarr/compose.yaml @@ -24,8 +24,8 @@ services: networks: - proxy-net ports: - - 389:3389 - - 636:6636 + - 389:389 + - 636:636 environment: AUTHENTIK_HOST: https://sso.castaldifamily.com AUTHENTIK_INSECURE: "false"