From b568dd20b7309a26aec739e5cfdfc1ca3d115433 Mon Sep 17 00:00:00 2001 From: rsheftel Date: Mon, 18 Jan 2021 18:24:34 -0500 Subject: [PATCH] Updated Docker server installation (markdown) --- Docker-server-installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docker-server-installation.md b/Docker-server-installation.md index 7ed213d..98934d9 100644 --- a/Docker-server-installation.md +++ b/Docker-server-installation.md @@ -25,3 +25,5 @@ Command above is mounting volume to the host system so that trilium's data (most If you want to run your instance in a non-default way, please use the volume switch as follows: `-v ~/YourOwnDirectory:/root/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/ + +X \ No newline at end of file