Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify a couple sentences in the docker docs #279

Merged
merged 1 commit into from
Dec 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading