From abec6fe0699aa4fa889b148dfde1ca200a8b63ac Mon Sep 17 00:00:00 2001 From: rsheftel Date: Thu, 1 Apr 2021 10:17:09 -0400 Subject: [PATCH] Added sub-header --- Docker-server-installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docker-server-installation.md b/Docker-server-installation.md index 6df8e13..70cd5f8 100644 --- a/Docker-server-installation.md +++ b/Docker-server-installation.md @@ -37,6 +37,7 @@ docker run -d -p 0.0.0.0:8080:8080 -v ~/trilium-data:/home/node/trilium-data zad ~~~~ To stop this background docker process use `docker ps` to get the "CONTAINER ID" and then use `docker stop ` +### Different data directory location If you want to run your instance in a non-default way, please use the volume switch as follows: `-v ~/YourOwnDirectory:/home/node/trilium-data zadam/trilium:[VERSION]`. It is important to be aware of how Docker works for volumes, with the first path being your own and the second the one to virtually bind to. https://docs.docker.com/storage/volumes/