mirror of https://github.com/TriliumNext/Notes
add example docker-compose
Signed-off-by: Felix Bartels <felix@host-consultants.de>pull/255/head
parent
71916b5e28
commit
288ec88c2f
@ -0,0 +1,17 @@
|
||||
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:
|
||||
|
||||
Loading…
Reference in New Issue