mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
add comment about reverse proxy
parent
ac428211da
commit
6eb9396bbd
@ -23,7 +23,7 @@ Replace [VERSION] for actual latest version or use "series" tag - e.g. `0.39-lat
|
|||||||
These commands mount the volume to the host system so that trilium's data (most importantly [[document]]) is persisted and not cleared after container stops.
|
These commands mount the volume to the host system so that trilium's data (most importantly [[document]]) is persisted and not cleared after container stops.
|
||||||
|
|
||||||
### Local only
|
### Local only
|
||||||
This will run the container so that it only available on the localhost. Use this to test the installation from a web browser on the same machine you run this command on
|
This will run the container so that it only available on the localhost. Use this to test the installation from a web browser on the same machine you run this command on, or if you are using a proxy with nginx/apache.
|
||||||
~~~~
|
~~~~
|
||||||
sudo docker run -t -i -p 127.0.0.1:8080:8080 -v ~/trilium-data:/root/trilium-data zadam/trilium:[VERSION]
|
sudo docker run -t -i -p 127.0.0.1:8080:8080 -v ~/trilium-data:/root/trilium-data zadam/trilium:[VERSION]
|
||||||
~~~~
|
~~~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user