mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	docs: Update image tag, for release v1.3.2 (#3279)
Co-authored-by: hay-kot <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							b54cdf6425
						
					
				
				
					commit
					bea1a592d7
				
			| @@ -9,7 +9,7 @@ PostgreSQL might be considered if you need to support many concurrent users. In | ||||
| version: "3.7" | ||||
| services: | ||||
|   mealie: | ||||
|     image: ghcr.io/mealie-recipes/mealie:v1.3.1 # (3) | ||||
|     image: ghcr.io/mealie-recipes/mealie:v1.3.2 # (3) | ||||
|     container_name: mealie | ||||
|     ports: | ||||
|         - "9925:9000" # (1) | ||||
|   | ||||
| @@ -13,7 +13,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th | ||||
| version: "3.7" | ||||
| services: | ||||
|   mealie: | ||||
|     image: ghcr.io/mealie-recipes/mealie:v1.3.1 # (3) | ||||
|     image: ghcr.io/mealie-recipes/mealie:v1.3.2 # (3) | ||||
|     container_name: mealie | ||||
|     ports: | ||||
|         - "9925:9000" # (1) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user