Hello @YourHelper1 ,
Welcome to the forum!
Please, use this checklist for offline troubleshooting:
If your node is online (I cannot see that from your excerpt), but only problem that there is no usage - then you need to check your logs: How do I check my logs? - Storj Docs
To be able to access your web dashboard you either need to use a remote access: How to remote access the web dashboard - Storj Docs or remove 127.0.0.1
from the -p 127.0.0.1:28967:28967
to make it -p 28967:28967
in the docker run
command.