From e5622c7be2e5afc22a497d0cb2956960a927ad01 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sat, 4 Aug 2018 16:28:00 -0400 Subject: [PATCH] External hard drive FAQ --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e525f7f..9157826 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,17 @@ If the computer running node-opendronemap is using an old or 32bit CPU, you need ## API Docs -See the [API documentation page](https://github.com/OpenDroneMap/node-OpenDroneMap/blob/master/docs/index.adoc). +See the [API documentation page](https://github.com/OpenDroneMap/node-OpenDroneMap/blob/master/docs/index.adoc).] + +## Using an External Hard Drive + +If you want to store results on a separate drive, map the `/var/www/data` folder to the location of your drive: + +```bash +docker run -p 3000:3000 -v /mnt/external_hd:/var/www/data opendronemap/node-opendronemap +``` + +This can be also used to access the computation results directly from the file system. ### Run it Natively