From 5b985fb55361bc71d6fef4a9987ba61b6b219163 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 25 Apr 2026 11:44:09 -0400 Subject: [PATCH] fix: uncomment ports configuration for SnapOtter service in compose.yaml --- nodes/heimdall/snapotter/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/heimdall/snapotter/compose.yaml b/nodes/heimdall/snapotter/compose.yaml index b535c20..5be9e55 100644 --- a/nodes/heimdall/snapotter/compose.yaml +++ b/nodes/heimdall/snapotter/compose.yaml @@ -1,8 +1,8 @@ services: SnapOtter: image: snapotter/snapotter:latest # or ghcr.io/snapotter-hq/snapotter:latest - # ports: - # - "1349:1349" + ports: + - "1349:1349" volumes: - /mnt/appdata/snapotter/data:/data networks: