diff --git a/servapps/Mealie/cosmos-compose.json b/servapps/Mealie/cosmos-compose.json index c0c157d4..70b62b83 100644 --- a/servapps/Mealie/cosmos-compose.json +++ b/servapps/Mealie/cosmos-compose.json @@ -42,7 +42,7 @@ "minVersion": "0.8.4", "services": { "{ServiceName}": { - "image": "hkotel/mealie:omni-nightly", + "image": "ghcr.io/mealie-recipes/mealie:v1.0.0-RC1.1", "container_name": "{ServiceName}", "restart": "unless-stopped", "environment": [ @@ -86,4 +86,4 @@ ] } } -} \ No newline at end of file +}