chore(deps): update neosmemo/memos docker tag to v0.13.2 (#789)
This commit is contained in:
parent
cbe3b8e0aa
commit
382be056e5
|
@ -5,14 +5,19 @@
|
|||
"exposable": true,
|
||||
"port": 5230,
|
||||
"id": "memos",
|
||||
"tipi_version": 7,
|
||||
"version": "0.13.1",
|
||||
"categories": ["utilities"],
|
||||
"tipi_version": 8,
|
||||
"version": "0.13.2",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"description": "Memo hub for knowledge management and collaboration.",
|
||||
"short_desc": "Memo hub for knowledge management and collaboration.",
|
||||
"author": "boojack",
|
||||
"website": "https://usememos.com/",
|
||||
"source": "https://github.com/usememos/memos",
|
||||
"supported_architectures": ["arm64", "amd64"],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
],
|
||||
"form_fields": []
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
memos:
|
||||
image: neosmemo/memos:0.13.1
|
||||
image: neosmemo/memos:0.13.2
|
||||
container_name: memos
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/memos:/var/opt/memos
|
||||
|
|
Loading…
Reference in New Issue
Block a user