chore(deps): update neosmemo/memos docker tag to v0.13.2 (#789)

This commit is contained in:
renovate[bot] 2023-07-01 19:36:01 +00:00 committed by GitHub
parent cbe3b8e0aa
commit 382be056e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View File

@ -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": []
}

View File

@ -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