Update Servers/Containerization/Docker/Compose/Trilium.md

This commit is contained in:
2025-04-21 00:00:25 -06:00
parent cb6f270b42
commit bd673a6d7e

View File

@ -1,6 +1,6 @@
**Purpose**: Build your personal knowledge base with [Trilium Notes](https://github.com/zadam/trilium/tree/master). **Purpose**: Build your personal knowledge base with [Trilium Notes](https://github.com/zadam/trilium/tree/master).
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: '2.1' version: '2.1'
services: services:
trilium: trilium:
@ -23,12 +23,12 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
N/A N/A
``` ```
# Traefik Configuration # Traefik Configuration
```jsx title="notes.bunny-lab.io.yml" ```yaml title="notes.bunny-lab.io.yml"
http: http:
routers: routers:
notes: notes: