mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 18:23:18 -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 |     image: postgres:15 | ||||||
|     restart: always |     restart: always | ||||||
|     volumes: |     volumes: | ||||||
|       - ./mealie-pgdata:/var/lib/postgresql/data |       - mealie-pgdata:/var/lib/postgresql/data | ||||||
|     environment: |     environment: | ||||||
|       POSTGRES_PASSWORD: mealie |       POSTGRES_PASSWORD: mealie | ||||||
|       POSTGRES_USER: mealie |       POSTGRES_USER: mealie | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user