Skip to content

Commit

Permalink
Added a data dire for Mealie (#52)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
BillyDas authored Oct 6, 2023
1 parent 43192cf commit 0109b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servapps/Mealie/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"volumes": [
{
"source": "{ServiceName}-config",
"target": "/config",
"target": "/app/data",
"type": "volume"
}
],
Expand Down

0 comments on commit 0109b27

Please sign in to comment.