Skip to content

Commit

Permalink
Add instructions for PERSIST_DIR to grist-local-testing README
Browse files Browse the repository at this point in the history
  • Loading branch information
dsagal committed Aug 17, 2024
1 parent 813e5cc commit c2710ab
Showing 1 changed file with 9 additions and 1 deletion.
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
```

0 comments on commit c2710ab

Please sign in to comment.