From 33ba1bf97508b848436102b132cc79ef7c6e1fee Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Sat, 2 Dec 2023 13:11:19 -0700 Subject: [PATCH] Clarify a couple sentences in the docker docs --- docs/install/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index b680ab74..41f9acad 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -4,7 +4,7 @@ You can evaluate the program with: docker run -it --rm -p 3000:3000 ddvk/rmfakecloud ``` -To setup it for its exploitation, you'll use need to setup a volume (it will contain user configuration and synchronized documents): +To setup it for normal ussage, you'll use need to setup a volume to store user configuration and documents: ```sh docker run -it --rm -p 3000:3000 -v ./data:/data -e JWT_SECRET_KEY='something' ddvk/rmfakecloud