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

9 lines
No EOL
161 B
YAML

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