mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Merge pull request #484 from cribbstechnologies/patch-1
adding information about NFS mounts and inotify
This commit is contained in:
commit
5588e86855
1 changed files with 9 additions and 0 deletions
|
|
@ -143,6 +143,15 @@ Docker Method
|
||||||
instructions in comments in the file. The only change that is a hard
|
instructions in comments in the file. The only change that is a hard
|
||||||
requirement is to specify where the consumption directory should
|
requirement is to specify where the consumption directory should
|
||||||
mount.[#dockercomposeyml]_
|
mount.[#dockercomposeyml]_
|
||||||
|
|
||||||
|
.. caution::
|
||||||
|
|
||||||
|
If you are using NFS mounts for the consume directory you also need to
|
||||||
|
change the command to turn off inotify as it doesn't work with NFS
|
||||||
|
|
||||||
|
`command: ["document_consumer", "--no-inotify"]`
|
||||||
|
|
||||||
|
|
||||||
5. Modify ``docker-compose.env`` and adapt the following environment variables:
|
5. Modify ``docker-compose.env`` and adapt the following environment variables:
|
||||||
|
|
||||||
``PAPERLESS_PASSPHRASE``
|
``PAPERLESS_PASSPHRASE``
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue