From a204d6dd2082888fd266e51147f1ded69000ced0 Mon Sep 17 00:00:00 2001 From: Michelle Weidling <weidling@sub.uni-goettingen.de> Date: Thu, 20 Apr 2023 10:42:27 +0200 Subject: [PATCH] fix: store workspaces on disk --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index b7ca20e..b1d715c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,6 +9,7 @@ services: volumes: - ./data:/app/data # this will write the results to your host system - ./gt:/app/gt + - ./workflows:/app/workflows # mount your modules, custom workflows and data here #- ./models/ocrd-tesserocr-recognize:/usr/local/share/tessdata/ #- ./models/ocrd-calamari-recognize:/usr/local/share/ocrd-resources/ -- GitLab