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).
|
**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:
|
||||||
|
Reference in New Issue
Block a user