From 8c7b667f49f985ab34ecbd6a05c335573da9748e Mon Sep 17 00:00:00 2001 From: Sylvain POULAIN Date: Sat, 7 Oct 2023 19:56:20 +0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe77193..9c7b190 100644 --- a/README.md +++ b/README.md @@ -76,12 +76,12 @@ We recommend that you setup NodeMICMAC using [Docker](https://www.docker.com/). * Docker image build: ``` -docker build -t odm/node-micmac . +docker build -t opendronemap/node-micmac . ``` * From the Docker Quickstart Terminal (Windows / OSX) or from the command line (Linux) type: ``` -docker run -p 3000:3000 odm/node-micmac +docker run -p 3000:3000 opendronemap/node-micmac ``` * If you're on Windows/OSX, find the IP of your Docker machine by running this command from your Docker Quickstart Terminal: @@ -243,7 +243,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 dronemapper/node-micmac +docker run -p 3000:3000 -v /mnt/external_hd:/var/www/data opendronemap/node-micmac ``` This can be also used to access the computation results directly from the file system.