Docker build script for seeddms
Go to file
2020-01-17 14:44:07 +01:00
sources initial version 2020-01-17 14:44:07 +01:00
Dockerfile initial version 2020-01-17 14:44:07 +01:00
README.md initial version 2020-01-17 14:44:07 +01:00

Information

Builds a docker image for seeddms (https://www.seeddms.org).

This image supports OCR processing for images and PDFs.

How to run

docker run --name seeddms -d -v <local>:/var/www/seeddms/data -p 8080:80 seeddms

Additional information

The image is base on https://github.com/ludwigprager/docker-seeddms.