From 7c7a81409641c2c8725f3e0c26cbd91cc05662d1 Mon Sep 17 00:00:00 2001 From: Brian Cribbs Date: Tue, 22 Jan 2019 15:18:14 -0500 Subject: [PATCH] adding information about NFS mounts and inotify --- docs/setup.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/setup.rst b/docs/setup.rst index e86fe9efe..07dd555de 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -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``