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, "exposable": true,
"port": 5230, "port": 5230,
"id": "memos", "id": "memos",
"tipi_version": 7, "tipi_version": 8,
"version": "0.13.1", "version": "0.13.2",
"categories": ["utilities"], "categories": [
"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",
"supported_architectures": ["arm64", "amd64"], "supported_architectures": [
"arm64",
"amd64"
],
"form_fields": [] "form_fields": []
} }

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
memos: memos:
image: neosmemo/memos:0.13.1 image: neosmemo/memos:0.13.2
container_name: memos container_name: memos
volumes: volumes:
- ${APP_DATA_DIR}/memos:/var/opt/memos - ${APP_DATA_DIR}/memos:/var/opt/memos