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

Add instructions for PERSIST_DIR to grist-local-testing README #1165

Merged
merged 2 commits into from
Aug 23, 2024
Merged
Changes from 1 commit
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
10 changes: 9 additions & 1 deletion docker-compose-examples/grist-local-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@ See https://support.getgrist.com/self-managed for more information.

## How to run this example

This example can be run with `docker compose up`.
Before running, create a directory where Grist will store its documents and settings:
```sh
mkdir ./persist
```

Then this example can be run with:
```sh
env PERSIST_DIR=./persist docker compose up
```
Loading