fix: use absolute volume path for linkwarden postgres data
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
environment:
|
||||
POSTGRES_PASSWORD: mysecretpassword
|
||||
volumes:
|
||||
- ./pgdata:/var/lib/postgresql/data
|
||||
- /srv/docker/linkwarden/pgdata:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||
interval: 5s
|
||||
|
||||
Reference in New Issue
Block a user