mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
8b48d1bc33
* Maintain ./persist subdirectory using a dummy .gitkeep file * Have PERSIST_DIR default to it * Update README with more detail how to run and info about PERSIST_DIR
9 lines
203 B
YAML
9 lines
203 B
YAML
services:
|
|
grist:
|
|
image: gristlabs/grist:latest
|
|
volumes:
|
|
# Where to store persistent data, such as documents.
|
|
- ${PERSIST_DIR:-./persist}/grist:/persist
|
|
ports:
|
|
- 8484:8484
|