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...