Unusual ip adress to access the dashboard

Change this option to:

-p 14002:14002

  1. Stop the container: docker stop -t 300 storagenode
  2. Remove the container: docker rm storagenode
  3. Run a new container with the option changed.

 docker run -d --restart unless-stopped -p 14002:14002 -p 28967:28967 \
       -e WALLET="..."
       -e ....
1 Like