chore(deps): update neosmemo/memos docker tag to v0.22.1 (#3569)

This commit is contained in:
renovate[bot] 2024-05-24 04:26:15 +00:00 committed by GitHub
parent 8495718bf2
commit e5e06b1dbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,19 +5,14 @@
"exposable": true, "exposable": true,
"port": 5230, "port": 5230,
"id": "memos", "id": "memos",
"tipi_version": 28, "tipi_version": 29,
"version": "0.21.0", "version": "0.22.1",
"categories": [ "categories": ["utilities"],
"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",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

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