fix: correct postgres volume path in compose.yaml
This commit is contained in:
parent
8b2f7f5dbc
commit
3c96b52c32
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user