fix: correct postgres volume path in compose.yaml

This commit is contained in:
nathan 2026-04-28 20:59:22 -04:00
parent 8b2f7f5dbc
commit 3c96b52c32

View File

@ -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