mirror of
https://github.com/zadam/trilium.git
synced 2025-01-30 10:57:51 +08:00
fixed typo
parent
0be08baf45
commit
d404284923
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ This will run the container as a background process and will be available from a
|
|||
~~~~
|
||||
docker run -d -p 0.0.0.0:8080:8080 -v ~/trilium-data:/home/node/trilium-data zadam/trilium
|
||||
~~~~
|
||||
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 use `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:/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.
|
||||
|
|
Loading…
Reference in a new issue