Skip to content
Snippets Groups Projects
Commit 18efd08a authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

chore: docker-compose.yml UX

parent e7b2fd31
No related branches found
No related tags found
1 merge request!1Merge GitHub's state
......@@ -59,7 +59,7 @@ You can then either rebuild the Docker image via `docker compose build` or mount
- ./workflows/ocrd_workflows:/app/workflows/ocrd_workflows
```
and spin up a new run with `docker compose up`.
in the `volumes` section and spin up a new run with `docker compose up`.
### Removing OCR-D Workflows
......
......@@ -7,6 +7,8 @@ services:
dockerfile: Dockerfile
working_dir: /app
volumes:
- ./models:/usr/local/share/ocrd-resources/
- ./data:/app/data
- ./workflows:/app/workflows
\ No newline at end of file
- ./data:/app/data # this will write the results to your host system
# mount your modules, custom workflows and data here
# - /path/to/models/on/host:/usr/local/share/ocrd-resources/
# - ./workflows/ocrd_workflows:/app/workflows/ocrd_workflows
# - TODO/custom/data
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment