From a6eb15c1974adec07ed9cde6a48cf420c573d7ba Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 1 May 2019 21:44:45 -0400 Subject: [PATCH] Fixed another docker image reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c86f3a3..26acd71 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You can use [CloudODM](https://github.com/OpenDroneMap/CloudODM) to run tasks wi 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 +docker run -p 3000:3000 -v /mnt/external_hd:/var/www/data opendronemap/nodeodm ``` This can be also used to access the computation results directly from the file system.