Polling SMB share for consuming #1389
-
Hi all, Blown away by this. Have a setup working with an SMB share on my Windows box but can't understand where to put the PAPERLESS_CONSUMER_POLLING setting. I've put it in both my docker-compose.env and my docker-compose.yml files (as below) but I still get "[2021-10-14 11:16:26,495] [INFO] [paperless.management.consumer] Using inotify to watch directory for changes: " suggesting my config files are being ignored. Tried killing/restarting the Docker containers. I know it's not a problem with the share because it works on boot. config/docker-compose.env:
config/docker-compose.yml:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved myself. New to Docker - docker-compose up -d did it. Thanks anyway! |
Beta Was this translation helpful? Give feedback.
Solved myself. New to Docker - docker-compose up -d did it. Thanks anyway!