WebODM icon indicating copy to clipboard operation
WebODM copied to clipboard

Installing WebODM in a different folder causes the node to be offline

Open pierotofy opened this issue 3 years ago • 0 comments

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.

pierotofy avatar Sep 10 '22 21:09 pierotofy