mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
add example docker-compose
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
71916b5e28
commit
288ec88c2f
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@ -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…
x
Reference in New Issue
Block a user