Change default /consume volume

Change default /consume volume to ./consume on your host, so that no unexpected folder will be generated on the host machine.
This commit is contained in:
dev-rke 2017-11-04 15:57:21 +01:00 committed by GitHub
parent 1cb5bbd07d
commit a38d3bf7f8
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