chore(deps): update mrcas/mind docker tag to v1.3.2 (#803)
This commit is contained in:
parent
7333192768
commit
1d721317be
|
@ -5,9 +5,11 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "mind",
|
||||
"tipi_version": 5,
|
||||
"version": "1.3.1",
|
||||
"categories": ["utilities"],
|
||||
"tipi_version": 6,
|
||||
"version": "1.3.2",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"description": "A simple self hosted reminder platform that uses push to send notifications to your device. Set the reminder and forget about it!",
|
||||
"short_desc": "A simple self hosted reminder platform that uses push to send notifications to your device.",
|
||||
"author": "https://github.com/Casvt",
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.3"
|
|||
services:
|
||||
mind:
|
||||
container_name: mind
|
||||
image: mrcas/mind:v1.3.1
|
||||
image: mrcas/mind:v1.3.2
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/mind-db:/app/db
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue
Block a user