chore(deps): update neosmemo/memos docker tag to v0.20.1 (#2652)

This commit is contained in:
renovate[bot] 2024-03-03 19:48:21 +00:00 committed by GitHub
parent 3aad663fd3
commit 898dac91a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 5230, "port": 5230,
"id": "memos", "id": "memos",
"tipi_version": 26, "tipi_version": 27,
"version": "0.20.0", "version": "0.20.1",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

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