Fixed another docker image reference

pull/79/head
Piero Toffanin 2019-05-01 21:44:45 -04:00 zatwierdzone przez GitHub
rodzic a00a137236
commit a6eb15c197
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.