I might do something wrong, but after a fresh install I get these logs:
Waiting to register
Unable to collect stats without a nodeid
The issues seems to be raised by the fact there is nodeid: null in the config.json file.
If I enter the container "docker exec -it zen-secnodetracker bash" and I execute the same steps from the install script:
cd /home/node/
&& git clone https://github.com/ZencashOfficial/secnodetracker.git
&& cd secnodetracker
&& npm install
and i answer with the already preconfigured infos it will generate a config.json file without the "nodeid": null line.
I restart zen-secnodetracker and it registers, receiving a new nodeid.
If this is an accepted error i will prepare a PR. thanks