chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v1.8.0 (#3667)
This commit is contained in:
parent
246dd3f8d8
commit
f8dddb011b
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "mealie-1",
|
"id": "mealie-1",
|
||||||
"tipi_version": 3,
|
"tipi_version": 4,
|
||||||
"version": "1.7.0",
|
"version": "1.8.0",
|
||||||
"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 changeme@email.com / MyPassword",
|
"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 changeme@email.com / MyPassword",
|
||||||
"short_desc": "Mealie is a self-hosted recipe manager and meal planner.",
|
"short_desc": "Mealie is a self-hosted recipe manager and meal planner.",
|
||||||
"author": "hay-kot",
|
"author": "hay-kot",
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
mealie-1:
|
mealie-1:
|
||||||
container_name: mealie-1
|
container_name: mealie-1
|
||||||
image: ghcr.io/mealie-recipes/mealie:v1.7.0
|
image: ghcr.io/mealie-recipes/mealie:v1.8.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:9000
|
- ${APP_PORT}:9000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user