mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user