fix: Example file using wrong volume declaration (#2872)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
boc-the-git 2023-12-28 07:03:49 +11:00 committed by GitHub
parent 9809167188
commit 73559bea91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ services:
image: postgres:15
restart: always
volumes:
- ./mealie-pgdata:/var/lib/postgresql/data
- mealie-pgdata:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: mealie
POSTGRES_USER: mealie