Hello,
I have an issue and any help would be appreciated. When i try to run the command docker run --rm -it -p 3000:3000 opendronemap/nodeodm -q 1 --token secret
it seems to connect to the server. The output is:
info: Authentication using NoTokenRequired info: Listening on 0.0.0.0:6367 UDP for progress updates info: No tasks dump found info: Checking for orphaned directories to be removed... info: Server has started on port 3000
However, when i enter localhost:3000 in a browser, nothing is displayed. I’m working on an Ubuntu 18 server with docker installed. What would be causing this?
I want to use the server as a processing node (added to WebODM) for fast processing of some bulk drone images I have. Thanks.