Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ocrtemp" folder not used #25

Open
moorsey opened this issue Dec 24, 2021 · 0 comments
Open

"ocrtemp" folder not used #25

moorsey opened this issue Dec 24, 2021 · 0 comments

Comments

@moorsey
Copy link

moorsey commented Dec 24, 2021

I have a separate drive for input, output, ocrtemp etc, however having issued with OS drive filling up during conversions

Appears that "/var/lib/docker/overlay2/container ID/diff/tmp" is actually being used, folder looks like:

image

Docker command below:

docker run -d \
--name=ocrmypdf \
-v /media/data/ocrmypdf/files/input:/input \
-v /media/data/ocrmypdf/files/output:/output \
-v /media/data/ocrmypdf/files/archive:/archive \
-v /media/data/ocrmypdf/ocrtemp:/ocrtemp \
-v /media/data/ocrmypdf/config:/config \
-e OCR_PROCESS_EXISTING_ON_START=1 \
-e OCR_ACTION_ON_SUCCESS=DELETE_INPUT_FILES \
-e OCR_USE_POLLING_SCHEDULER=1 \
-e USERMAP_UID=1001 \
-e USERMAP_GID=1001 \
--restart unless-stopped \
cmccambridge/ocrmypdf-auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant