mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
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:
parent
9809167188
commit
73559bea91
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user