chore(deps): update neosmemo/memos docker tag to v0.17.1 (#1630)
This commit is contained in:
parent
ed6c1c2363
commit
38e3fd426d
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 5230,
|
||||
"id": "memos",
|
||||
"tipi_version": 19,
|
||||
"version": "0.17.0",
|
||||
"tipi_version": 20,
|
||||
"version": "0.17.1",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
@ -16,5 +16,8 @@
|
|||
"website": "https://usememos.com/",
|
||||
"source": "https://github.com/usememos/memos",
|
||||
"form_fields": [],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
memos:
|
||||
image: neosmemo/memos:0.17.0
|
||||
image: neosmemo/memos:0.17.1
|
||||
container_name: memos
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/memos:/var/opt/memos
|
||||
|
|
Loading…
Reference in New Issue
Block a user