From a38d3bf7f8ff0cec08dff520ad21caa2268c36ea Mon Sep 17 00:00:00 2001 From: dev-rke Date: Sat, 4 Nov 2017 15:57:21 +0100 Subject: [PATCH] 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. --- docker-compose.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index fddda8198..30744f663 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -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