fix: correct volume path for postgres service in reactive-resume configuration
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
53c8e25076
commit
d132af144a
@ -10,7 +10,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"]
|
||||
interval: 5s
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user