mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	fix: Docs Reference Old Build (#4096)
This commit is contained in:
		| @@ -31,7 +31,7 @@ To deploy mealie on your local network, it is highly recommended to use Docker t | ||||
| We've gone through a few versions of Mealie v1 deployment targets. We have settled on a single container deployment, and we've begun publishing the nightly container on github containers. If you're looking to move from the old nightly (split containers _or_ the omni image) to the new nightly, there are a few things you need to do: | ||||
|  | ||||
| 1. Take a backup just in case! | ||||
| 2. Replace the image for the API container with `ghcr.io/mealie-recipes/mealie:v1.0.0-RC1.1` | ||||
| 2. Replace the image for the API container with `ghcr.io/mealie-recipes/mealie:v1.12.0` | ||||
| 3. Take the external port from the frontend container and set that as the port mapped to port `9000` on the new container. The frontend is now served on port 9000 from the new container, so it will need to be mapped for you to have access. | ||||
| 4. Restart the container | ||||
|  | ||||
| @@ -101,7 +101,7 @@ These backups are just plain .zip files that you can download from the UI or acc | ||||
|  | ||||
| ### Docker Tags | ||||
|  | ||||
| See all available tags on [GitHub](https://github.com/mealie-recipes/mealie/pkgs/container/mealie). We do not currently publish new images to Dockerhub. | ||||
| See all available tags on [GitHub](https://github.com/mealie-recipes/mealie/pkgs/container/mealie). | ||||
|  | ||||
| `ghcr.io/mealie-recipes/mealie:nightly` | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user