From 3c96b52c323059e2db7895e9e8425c010b3551ef Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 28 Apr 2026 20:59:22 -0400 Subject: [PATCH] fix: correct postgres volume path in compose.yaml --- 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 3b859c1..ddf2260 100644 --- a/nodes/heimdall/reactive-resume/compose.yaml +++ b/nodes/heimdall/reactive-resume/compose.yaml @@ -9,7 +9,7 @@ services: networks: - internal-resume-net volumes: - - /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql/data + - /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"] interval: 10s