From c148a0df76a7674983c16ffd5fefbb95c37d8c23 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 31 May 2026 09:54:11 -0400 Subject: [PATCH] fix(wizarr): remove commented-out ports configuration --- .gitattributes | 0 nodes/heimdall/wizarr/compose.yaml | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e69de29 diff --git a/nodes/heimdall/wizarr/compose.yaml b/nodes/heimdall/wizarr/compose.yaml index 2dcf083..514ecf6 100644 --- a/nodes/heimdall/wizarr/compose.yaml +++ b/nodes/heimdall/wizarr/compose.yaml @@ -3,8 +3,11 @@ services: container_name: wizarr mem_limit: 2048m image: ghcr.io/wizarrrr/wizarr:v2026.4.0 +<<<<<<< HEAD ports: - 5690:5690 +======= +>>>>>>> bbe6f8a (fix(wizarr): remove commented-out ports configuration) volumes: - /mnt/appdata/wizarr/data:/data/database restart: unless-stopped @@ -22,4 +25,4 @@ services: networks: proxy-net: name: proxy-net - external: true + external: true \ No newline at end of file