Updated Docker server installation (markdown)

zadam 2019-08-28 19:43:01 +02:00
parent d2d6fc9793
commit 45918e6db0

@ -15,7 +15,7 @@ Replace [VERSION] for actual latest version or use "series" tag - e.g. `0.34-lat
## Run image
~~~~
sudo docker run -t -i -p 8080:8080 -v ~/trilium-data:/home/[USER]/trilium-data zadam/trilium:latest
sudo docker run -t -i -p 8080:8080 -v ~/trilium-data:/home/node/trilium-data zadam/trilium:latest
~~~~
Command above is mounting volume to the host system so that trilium's data (most importantly [[document]]) is persisted and not cleared after container stops.