Merge branch 'master' of github.com:jbarlow83/OCRmyPDF

This commit is contained in:
James R. Barlow
2020-03-01 23:05:10 -08:00

View File

@@ -250,9 +250,8 @@ service is always available.
- '/mnt/scan:/output'
environment:
- OCR_OUTPUT_DIRECTORY_YEAR_MONT=0
entrypoint:
- python3:
command: "watcher.py"
entrypoint: python3
command: watcher.py
Watched folders with watcher.py
-------------------------------