WebODM
WebODM copied to clipboard
Installing WebODM in a different folder causes the node to be offline
This is due to how docker assigns hostnames. The line in webodm.sh:
NODE_HOST=$(python manage.py getnodehostname webodm_node-odm_$i)
Should probably reflect the directory name.