From 001b1755ace43538b4909148b829837d27ea7de6 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 28 Apr 2026 20:40:32 -0400 Subject: [PATCH] fix: correct postgres volume path in compose.yaml Co-authored-by: Copilot --- nodes/heimdall/reactive-resume/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/heimdall/reactive-resume/compose.yaml b/nodes/heimdall/reactive-resume/compose.yaml index a73756f..275dc00 100644 --- a/nodes/heimdall/reactive-resume/compose.yaml +++ b/nodes/heimdall/reactive-resume/compose.yaml @@ -9,7 +9,7 @@ services: networks: - proxy-net volumes: - - /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql + - /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql/data healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"] interval: 10s