mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Updated Docker server installation (markdown)
parent
3b4c21fe72
commit
0be08baf45
@ -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 <CONTAINER ID>`
|
To stop this background docker process us `docker ps` to get the "CONTAINER ID" and then use `docker stop <CONTAINER ID>`
|
||||||
|
|
||||||
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.
|
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/
|
https://docs.docker.com/storage/volumes/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user