mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	docs: postgres volume target is /var/lib/postgresql/data (#2121)
This commit is contained in:
		| @@ -56,7 +56,7 @@ services: | |||||||
|     image: postgres |     image: postgres | ||||||
|     restart: always |     restart: always | ||||||
|     volumes: |     volumes: | ||||||
|       - mealie-pgdata:/var/lib/postgresql |       - 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