Skip to content

Commit

Permalink
fix: Example file using wrong volume declaration (#2872)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
  • Loading branch information
boc-the-git and michael-genson authored Dec 27, 2023
1 parent 9809167 commit 73559be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73559be

Please sign in to comment.