From 785013b701101231f22977fa39363b03c666a747 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 20 Apr 2026 09:22:11 -0400 Subject: [PATCH] fix: uncomment ports configuration for Pinchflat service --- nodes/waldorf/pinchflat/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/waldorf/pinchflat/compose.yaml b/nodes/waldorf/pinchflat/compose.yaml index 85ef0e2..c3ea89f 100644 --- a/nodes/waldorf/pinchflat/compose.yaml +++ b/nodes/waldorf/pinchflat/compose.yaml @@ -7,8 +7,8 @@ services: - BASIC_AUTH_PASSWORD=Procmi*1 image: keglin/pinchflat:latest mem_limit: 2048m - # ports: - # - 8945:8945 + ports: + - 8945:8945 restart: unless-stopped volumes: - /mnt/appdata/pinchflat/config:/config