Newbie cant access dashboard

See this:
https://forum.storj.io/t/my-docker-run-commands-for-multinodes-on-nas/22034

Check the ports, I think you confused something. You don’t have to set anything in config.yaml.

2 Likes

You need to revert this change:

it should be

# public address to listen on
server.address: :28967

In docker version all parameters should be specified in the docker run command, like ADDRESS, WALLET, STORAGE, EMAIL and so on.

1 Like

Thank you Alexey and Snorkel Reverting the Config and running the new docker command got it working!

1 Like