Update Servers/Containerization/Docker/Compose/Trilium.md
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
**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'
|
||||
services:
|
||||
trilium:
|
||||
@ -23,12 +23,12 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
```jsx title=".env"
|
||||
```yaml title=".env"
|
||||
N/A
|
||||
```
|
||||
|
||||
# Traefik Configuration
|
||||
```jsx title="notes.bunny-lab.io.yml"
|
||||
```yaml title="notes.bunny-lab.io.yml"
|
||||
http:
|
||||
routers:
|
||||
notes:
|
||||
|
Reference in New Issue
Block a user