From 0be08baf454ca2bd926b453d77e2800479016a26 Mon Sep 17 00:00:00 2001 From: terafo <19949489+terafo@users.noreply.github.com> Date: Sat, 20 Mar 2021 22:59:45 +0200 Subject: [PATCH] Updated Docker server installation (markdown) --- Docker-server-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker-server-installation.md b/Docker-server-installation.md index 218eae3..28d0453 100644 --- a/Docker-server-installation.md +++ b/Docker-server-installation.md @@ -37,6 +37,6 @@ docker run -d -p 0.0.0.0:8080:8080 -v ~/trilium-data:/home/node/trilium-data zad ~~~~ To stop this background docker process us `docker ps` to get the "CONTAINER ID" and then use `docker stop ` -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]`. +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/