mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
70ba28f47e
- Removes some whitespace - Removes unnecessary environment variables
9 lines
209 B
YAML
9 lines
209 B
YAML
services:
|
|
grist:
|
|
image: gristlabs/grist:latest
|
|
volumes:
|
|
# Where to store persistent data, such as documents.
|
|
- ${GRIST_DATA_DIR:-./grist_local_data}:/persist
|
|
ports:
|
|
- 8484:8484
|