Move into the Mealie directory
cd /opt/mealie
Modify the docker-compose.yaml
file to reflect the desired version
version: "3.7"
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:v1.1.0
container_name: mealie
Stop the Mealie container
docker compose down
Pull the new image
docker compose pull
Start the new image
docker compose up -d