docs: postgres volume target is /var/lib/postgresql/data (#2121)

This commit is contained in:
Erwan Colin
2023-02-12 21:16:11 +01:00
committed by GitHub
parent 71f8c1066a
commit 94abd04d38

View File

@@ -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