gristlabs_grist-core/docker-compose-examples/grist-local-testing/docker-compose.yml

9 lines
209 B
YAML
Raw Normal View History

2024-07-18 23:09:54 +00:00
services:
grist:
image: gristlabs/grist:latest
volumes:
# Where to store persistent data, such as documents.
- ${GRIST_DATA_DIR:-./grist_local_data}:/persist
2024-07-18 23:09:54 +00:00
ports:
- 8484:8484