chore(deps): update neosmemo/memos docker tag to v0.22.1 (#3569)
This commit is contained in:
parent
8495718bf2
commit
e5e06b1dbf
|
@ -5,19 +5,14 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 5230,
|
"port": 5230,
|
||||||
"id": "memos",
|
"id": "memos",
|
||||||
"tipi_version": 28,
|
"tipi_version": 29,
|
||||||
"version": "0.21.0",
|
"version": "0.22.1",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"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.",
|
||||||
"author": "boojack",
|
"author": "boojack",
|
||||||
"website": "https://usememos.com/",
|
"website": "https://usememos.com/",
|
||||||
"source": "https://github.com/usememos/memos",
|
"source": "https://github.com/usememos/memos",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
memos:
|
memos:
|
||||||
image: neosmemo/memos:0.21.0
|
image: neosmemo/memos:0.22.1
|
||||||
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