Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

adding information about NFS mounts and inotify #484

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@ Docker Method
instructions in comments in the file. The only change that is a hard
requirement is to specify where the consumption directory should
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:

``PAPERLESS_PASSPHRASE``
Expand Down