From 6eb9396bbd596aa0e521a14538e9c50532d5d7db Mon Sep 17 00:00:00 2001 From: sigaloid <69441971+sigaloid@users.noreply.github.com> Date: Fri, 12 Mar 2021 14:18:17 +0000 Subject: [PATCH] add comment about reverse proxy --- Docker-server-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker-server-installation.md b/Docker-server-installation.md index ad1e7a3..1cdb2c8 100644 --- a/Docker-server-installation.md +++ b/Docker-server-installation.md @@ -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. ### 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] ~~~~