chore(deps): update neosmemo/memos docker tag to v0.22.3 (#3849)
This commit is contained in:
parent
e21cc4168b
commit
abf872f71e
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 5230,
|
"port": 5230,
|
||||||
"id": "memos",
|
"id": "memos",
|
||||||
"tipi_version": 30,
|
"tipi_version": 31,
|
||||||
"version": "0.22.2",
|
"version": "0.22.3",
|
||||||
"categories": ["utilities"],
|
"categories": ["utilities"],
|
||||||
"description": "Memo hub for knowledge management and collaboration.",
|
"description": "Memo hub for knowledge management and collaboration.",
|
||||||
"short_desc": "Memo hub for knowledge management and collaboration.",
|
"short_desc": "Memo hub for knowledge management and collaboration.",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
memos:
|
memos:
|
||||||
image: neosmemo/memos:0.22.2
|
image: neosmemo/memos:0.22.3
|
||||||
container_name: memos
|
container_name: memos
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/memos:/var/opt/memos
|
- ${APP_DATA_DIR}/memos:/var/opt/memos
|
||||||
|
|
Loading…
Reference in New Issue
Block a user