This repository has been archived on 2025-05-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
docker-grist/compose.yaml

11 lines
No EOL
222 B
YAML

services:
grist:
container_name: grist
image: gristlabs/grist
ports:
- ${PORT:-8484}:${PORT:-8484}
restart: always
volumes:
- /docker/grist/persist:/persist
env_file:
- stack.env