fix: correct postgres volume path in compose.yaml
This commit is contained in:
parent
8b2f7f5dbc
commit
3c96b52c32
@ -9,7 +9,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- internal-resume-net
|
- internal-resume-net
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql/data
|
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"]
|
test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user