Papermerge 2.0.0 - use locals folders outside of Docker container #546
Unanswered
MareusCalgar
asked this question in
Q&A
Replies: 1 comment
-
Check out the docs for "extension fields" in docker-compose: https://docs.docker.com/compose/compose-file/compose-file-v3/#extension-fields You can map host directories to the named volume like this screenshot. In case you can't see the line i've marked, the syntax is "- /opt/documents:/opt/documents". Obviously those are the directories I chose, but you'll want to add a similar line: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I am facing the following problem. I can setup and run Papermerge 2.0.0 (i need the automates functions).
However, I want to user folders on my ZFS-Pool to store the files and also create a seperate import folder to which I can scan new pdf files via my network.
The folders I want to implement are:
/zpool/documents <--- to store the documents
/zpool/import <---- import folder for papermerge which will be shared to the network via Samba
I tried several modifications to the docker-compose.yml file and also mounting docker volumes but nothing works.
Could someone please help me how to edit the docker-compose.yml?
Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions