Prometheus Storj-Exporter

I build it using this command:

sudo docker run -d --link=storagenode --name=storj-exporter -p 9651:9651 -e STORJ_HOST_ADDRESS=127.0.0.1 -e STORJ_API_PORT=14002 anclrii/storj-exporter:latest

$ ss -nltp
    State                     Recv-Q     Send-Q           Local Address:Port             Peer Address:Port                    
    LISTEN                    0            128                  127.0.0.1:14002                  0.0.0.0:*                         
    LISTEN                    0            128                  <PUBLIC_IP>:28967            0.0.0.0:*

I dont understand what I did wrong.

API seems working, I get data from the command below :

curl -s 127.0.0.1:14002/api/dashboard