From ea03daa8ef97db647c573f10d1327b3fc08757dd Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 15 Jul 2026 14:34:11 +0200 Subject: [PATCH] Add duplex and pdf output --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6bc5eb9..e2101ce 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: # Optional - enable autoscanning a document when loaded into the scanner: - MAIN_COMMAND=adf-autoscan # If you need to pass additional configuration flag use the CMDLINE env, thy will be appened to the - - CMDLINE=--duplex --pdf + - CMDLINE=--pdf # If using Paperless-ngx, you can use its API to upload files: # - PAPERLESS_POST_DOCUMENT_URL=http://:/api/documents/post_document/ # - PAPERLESS_TOKEN= xxxxxxxxxxxx...