From 94abd04d38015475b554d8ba4f3740bca4aca5d8 Mon Sep 17 00:00:00 2001 From: Erwan Colin Date: Sun, 12 Feb 2023 21:16:11 +0100 Subject: [PATCH] docs: postgres volume target is /var/lib/postgresql/data (#2121) --- .../docs/documentation/getting-started/installation/postgres.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/documentation/getting-started/installation/postgres.md b/docs/docs/documentation/getting-started/installation/postgres.md index 058ef3560d51..5c7197dd9afd 100644 --- a/docs/docs/documentation/getting-started/installation/postgres.md +++ b/docs/docs/documentation/getting-started/installation/postgres.md @@ -56,7 +56,7 @@ services: image: postgres restart: always volumes: - - mealie-pgdata:/var/lib/postgresql + - mealie-pgdata:/var/lib/postgresql/data environment: POSTGRES_PASSWORD: mealie POSTGRES_USER: mealie