From 0109b275d488e2298217fbd99371f3f1fca23e61 Mon Sep 17 00:00:00 2001 From: Billy Das Date: Sat, 7 Oct 2023 02:19:18 +1100 Subject: [PATCH] Added a data dire for Mealie (#52) * Added a data dir for Mealie When you restart Mealie, any changes you make are reset, this is because it had no data directory bind. Simply added a new data directory bind config option to solve this issue * config should just live tbh, no need for all this extra other stuff. Volume > Bind * we dont need no if statements * ew white spaces --- servapps/Mealie/cosmos-compose.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servapps/Mealie/cosmos-compose.json b/servapps/Mealie/cosmos-compose.json index 5fd24c13..c0c157d4 100644 --- a/servapps/Mealie/cosmos-compose.json +++ b/servapps/Mealie/cosmos-compose.json @@ -65,7 +65,7 @@ "volumes": [ { "source": "{ServiceName}-config", - "target": "/config", + "target": "/app/data", "type": "volume" } ],