From 0b1db8fccd62421501f648d6dc5dcdd9373d2899 Mon Sep 17 00:00:00 2001 From: deisi Date: Mon, 2 Mar 2020 08:01:39 +0100 Subject: [PATCH] Fixes docker-compose.yaml file (#499) Fixes https://github.com/jbarlow83/OCRmyPDF/issues/498 --- docs/batch.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/batch.rst b/docs/batch.rst index c5938446..fc348e4a 100644 --- a/docs/batch.rst +++ b/docs/batch.rst @@ -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 -------------------------------