chore(deps): update neosmemo/memos docker tag to v0.13.0 (#558)
* chore(deps): update neosmemo/memos docker tag to v0.13.0 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
ad064bb3ea
commit
e107e25c1a
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 5230,
|
||||
"id": "memos",
|
||||
"tipi_version": 4,
|
||||
"version": "0.12.2",
|
||||
"tipi_version": 5,
|
||||
"version": "0.13.0",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
memos:
|
||||
image: neosmemo/memos:0.12.2
|
||||
image: neosmemo/memos:0.13.0
|
||||
container_name: memos
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/memos:/var/opt/memos
|
||||
|
|
Loading…
Reference in New Issue
Block a user