mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	Fix example postgres docker-compose setup in docs (#1998)
* Fix example postgres docker-compose setup in docs Add a local volume to postgres container so changes get persisted between restarts * Fix linked volume in postgres doc
This commit is contained in:
		| @@ -55,6 +55,8 @@ services: | ||||
|     container_name: postgres | ||||
|     image: postgres | ||||
|     restart: always | ||||
|     volumes: | ||||
|       - mealie-pgdata:/var/lib/postgresql | ||||
|     environment: | ||||
|       POSTGRES_PASSWORD: mealie | ||||
|       POSTGRES_USER: mealie | ||||
| @@ -62,6 +64,8 @@ services: | ||||
| volumes: | ||||
|   mealie-data: | ||||
|     driver: local | ||||
|   mealie-pgdata: | ||||
|     driver: local | ||||
| ``` | ||||
|  | ||||
| <!-- Updating This? Be Sure to also update the SQLite Annotations --> | ||||
|   | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user