fix(docker): use [VERSION] for Run image to match Pull image

Imran Iqbal 2020-11-12 00:09:19 +00:00
parent 614bc68310
commit c0f193f9b5

@ -17,7 +17,7 @@ Replace [VERSION] for actual latest version or use "series" tag - e.g. `0.39-lat
## Run image ## Run image
~~~~ ~~~~
sudo docker run -t -i -p 127.0.0.1:8080:8080 -v ~/trilium-data:/root/trilium-data zadam/trilium:latest sudo docker run -t -i -p 127.0.0.1:8080:8080 -v ~/trilium-data:/root/trilium-data zadam/trilium:[VERSION]
~~~~ ~~~~
Command above is mounting volume to the host system so that trilium's data (most importantly [[document]]) is persisted and not cleared after container stops. Command above is mounting volume to the host system so that trilium's data (most importantly [[document]]) is persisted and not cleared after container stops.