Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kikislater committed Oct 7, 2023
1 parent e8e527e commit 8c7b667
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8c7b667

Please sign in to comment.