mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	revert: revert typo in docker tag.
This commit is contained in:
		| @@ -7,7 +7,7 @@ PostgreSQL might be considered if you need to support many concurrent users. In | ||||
| ```yaml | ||||
| services: | ||||
|   mealie: | ||||
|     image: ghcr.io/mealie-recipes/mealie:1.3.2 # (3) | ||||
|     image: ghcr.io/mealie-recipes/mealie:v1.3.2 # (3) | ||||
|     container_name: mealie | ||||
|     restart: always | ||||
|     ports: | ||||
|   | ||||
| @@ -12,7 +12,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th | ||||
| --- | ||||
| services: | ||||
|   mealie: | ||||
|     image: ghcr.io/mealie-recipes/mealie:1.3.2 # (3) | ||||
|     image: ghcr.io/mealie-recipes/mealie:v1.3.2 # (3) | ||||
|     container_name: mealie | ||||
|     restart: always | ||||
|     ports: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user