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,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "mind",
|
"id": "mind",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"categories": ["utilities"],
|
"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!",
|
"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.",
|
"short_desc": "A simple self hosted reminder platform that uses push to send notifications to your device.",
|
||||||
"author": "https://github.com/Casvt",
|
"author": "https://github.com/Casvt",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.3"
|
||||||
services:
|
services:
|
||||||
mind:
|
mind:
|
||||||
container_name: mind
|
container_name: mind
|
||||||
image: mrcas/mind:v1.3.1
|
image: mrcas/mind:v1.3.2
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/mind-db:/app/db
|
- ${APP_DATA_DIR}/data/mind-db:/app/db
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user