chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v1.5.5 (#1012)
This commit is contained in:
parent
6d5e6f1559
commit
c033ed20a4
|
@ -5,9 +5,11 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "tandoor",
|
||||
"tipi_version": 1,
|
||||
"version": "1.5.4",
|
||||
"categories": ["data"],
|
||||
"tipi_version": 2,
|
||||
"version": "1.5.5",
|
||||
"categories": [
|
||||
"data"
|
||||
],
|
||||
"description": "Drop your collection of links and notes. Get Tandoor and never look back onto a time without recipe management, storage, sharing and collaborative cooking!",
|
||||
"short_desc": "Recipe collection manager.",
|
||||
"author": "Tandoor Recipes",
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
services:
|
||||
tandoor:
|
||||
container_name: tandoor
|
||||
image: ghcr.io/tandoorrecipes/recipes:1.5.4
|
||||
image: ghcr.io/tandoorrecipes/recipes:1.5.5
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/staticfiles:/opt/recipes/staticfiles
|
||||
- ${APP_DATA_DIR}/data/mediafiles:/opt/recipes/mediafiles
|
||||
|
|
Loading…
Reference in New Issue
Block a user