Merge pull request #269 from dev-rke/patch-1

Change default /consume volume
This commit is contained in:
Daniel Quinn 2017-11-05 20:42:08 +00:00 committed by GitHub
commit db8e116681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ services:
- media:/usr/src/paperless/media
# You have to adapt the local path you want the consumption
# directory to mount to by modifying the part before the ':'.
- /path/to/arbitrary/place:/consume
- ./consume:/consume
# Likewise, you can add a local path to mount a directory for
# exporting. This is not strictly needed for paperless to
# function, only if you're exporting your files: uncomment