Skip to content

Commit

Permalink
chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v2.4.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 7d634ba commit 22bd575
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/mealie-1/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "mealie-1",
"tipi_version": 14,
"version": "2.4.0",
"tipi_version": 15,
"version": "2.4.1",
"description": "Mealie is a self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and Mealie will automatically import the relevant data or add a family recipe with the UI editor. Mealie also provides an API for interactions from 3rd party applications. Default username / password is [email protected] / MyPassword",
"short_desc": "Mealie is a self-hosted recipe manager and meal planner.",
"author": "hay-kot",
Expand All @@ -21,5 +21,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734148495000
"updated_at": 1734562410000
}
2 changes: 1 addition & 1 deletion apps/mealie-1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'
services:
mealie-1:
container_name: mealie-1
image: ghcr.io/mealie-recipes/mealie:v2.4.0
image: ghcr.io/mealie-recipes/mealie:v2.4.1
restart: unless-stopped
ports:
- ${APP_PORT}:9000
Expand Down

0 comments on commit 22bd575

Please sign in to comment.