mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 01:23:57 +08:00
288ec88c2f
Signed-off-by: Felix Bartels <felix@host-consultants.de>
17 lines
245 B
YAML
17 lines
245 B
YAML
version: '2.1'
|
|
services:
|
|
trilium:
|
|
build:
|
|
context: .
|
|
image: zadam/trilium
|
|
restart: always
|
|
environment:
|
|
- TRILIUM_DATA_DIR=/data
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- trilium:/data
|
|
|
|
volumes:
|
|
trilium:
|
|
|