mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	docs: Update image in example compose files (#2992)
* Change default image to RC2. Tidy up a bit * Change default image to RC2. Tidy up a bit
This commit is contained in:
		| @@ -2,16 +2,14 @@ | ||||
|  | ||||
| PostgreSQL might be considered if you need to support many concurrent users. In addition, some features are only enabled on PostgreSQL, such as fuzzy search. | ||||
|  | ||||
| **For Environmental Variable Configuration See:** | ||||
|  | ||||
| - [Configuration](./backend-config.md) | ||||
| **For Environment Variable Configuration, see** [Backend Configuration](./backend-config.md) | ||||
|  | ||||
| ```yaml | ||||
| --- | ||||
| version: "3.7" | ||||
| services: | ||||
|   mealie: | ||||
|     image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC1.1 | ||||
|     image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC2 | ||||
|     container_name: mealie | ||||
|     ports: | ||||
|         - "9925:9000" | ||||
|   | ||||
| @@ -2,16 +2,14 @@ | ||||
|  | ||||
| SQLite is a popular, open source, self-contained, zero-configuration database that is the ideal choice for Mealie when you have 1-20 Users. Below is a ready to use docker-compose.yaml file for deploying Mealie on your server. | ||||
|  | ||||
| **For Environmental Variable Configuration See:** | ||||
|  | ||||
| - [Configuration](./backend-config.md) | ||||
| **For Environment Variable Configuration, see** [Backend Configuration](./backend-config.md) | ||||
|  | ||||
| ```yaml | ||||
| --- | ||||
| version: "3.7" | ||||
| services: | ||||
|   mealie: | ||||
|     image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC1.1 | ||||
|     image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC2 | ||||
|     container_name: mealie | ||||
|     ports: | ||||
|         - "9925:9000" # (1) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user