mirror of
https://github.com/zadam/trilium.git
synced 2025-01-30 10:57:51 +08:00
add version to Available Anywhere command
parent
abec6fe069
commit
d2745c82f6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ sudo docker run -t -i -p 127.0.0.1:8080:8080 -v ~/trilium-data:/home/node/triliu
|
|||
### Available anywhere
|
||||
This will run the container as a background process and will be available from any IP address
|
||||
~~~~
|
||||
docker run -d -p 0.0.0.0:8080:8080 -v ~/trilium-data:/home/node/trilium-data zadam/trilium
|
||||
docker run -d -p 0.0.0.0:8080:8080 -v ~/trilium-data:/home/node/trilium-data zadam/trilium:[VERSION]
|
||||
~~~~
|
||||
To stop this background docker process use `docker ps` to get the "CONTAINER ID" and then use `docker stop <CONTAINER ID>`
|
||||
|
||||
|
|
Loading…
Reference in a new issue