fix: correct postgres volume path in compose.yaml

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
nathan 2026-04-28 20:40:32 -04:00
parent c449558dbc
commit 001b1755ac

View File

@ -9,7 +9,7 @@ services:
networks: networks:
- proxy-net - proxy-net
volumes: volumes:
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql - /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql/data
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"] test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"]
interval: 10s interval: 10s