Fixes docker-compose.yaml file (#499)

Fixes https://github.com/jbarlow83/OCRmyPDF/issues/498
This commit is contained in:
deisi
2020-03-01 23:01:39 -08:00
committed by GitHub
parent 43a23e3695
commit 0b1db8fccd
+2 -3
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
-------------------------------