Fix port mapping in Docker compose and add volume for persistence

This commit is contained in:
Edgar P. Burkhart 2025-05-16 14:33:12 +02:00
parent af39421917
commit aaf2935141
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -3,7 +3,9 @@ services:
container_name: grist
image: gristlabs/grist
ports:
- ${PORT:-8484}:8484
- ${PORT:-8484}:${PORT:-8484}
restart: always
volumes:
- /docker/grist/persist:/persist
env_file:
- stack.env