fix(trilium): back to stable version (close #2169) (#2256)

This commit is contained in:
JigSaw 2024-01-21 17:14:02 +01:00 committed by GitHub
parent 9f1b336e6c
commit 3ad42bb878
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"id": "trilium",
"description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. ",
"tipi_version": 10,
"version": "0.63.1-beta",
"tipi_version": 11,
"version": "0.62.5",
"categories": [
"utilities"
],

View File

@ -1,8 +1,6 @@
version: '3.7'
services:
trilium:
image: ghcr.io/zadam/trilium:0.63.1-beta
image: ghcr.io/zadam/trilium:0.62.5
container_name: trilium
ports:
- ${APP_PORT}:8080