From 6bac60941c328f7582a3a38335d7af2a4398ba17 Mon Sep 17 00:00:00 2001 From: Seraph91P Date: Tue, 31 Oct 2023 21:03:20 +0100 Subject: [PATCH] Update cosmos-compose.json (#73) Updated to new docker --- servapps/Mealie/cosmos-compose.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}