chore(deps): update ghcr.io/zadam/trilium docker tag to v0.63.3 (#2648)

This commit is contained in:
renovate[bot] 2024-03-03 07:02:42 +00:00 committed by GitHub
parent c6616f8a4a
commit 3aad663fd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View File

@ -5,11 +5,16 @@
"exposable": true,
"id": "trilium",
"description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. ",
"tipi_version": 13,
"version": "0.62.6",
"categories": ["utilities"],
"tipi_version": 14,
"version": "0.63.3",
"categories": [
"utilities"
],
"short_desc": "An open-source, self-hosted Notion alterative",
"author": "zadam",
"source": "https://github.com/zadam/trilium",
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -1,6 +1,6 @@
services:
trilium:
image: ghcr.io/zadam/trilium:0.62.6
image: ghcr.io/zadam/trilium:0.63.3
container_name: trilium
ports:
- ${APP_PORT}:8080