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