Hi mates,
I think that I’ve done everything properly. However my node is not working properly maybe I need another pair of eyes.
I set up the storage node however when I am trying to run the docker image the status is restarting
I already did this
docker stop -t 300 storagenode
docker rm storagenode
docker pull storjlabs/storagenode:latest
and rerun the image with my info
docker run -d --restart unless-stopped --stop-timeout 300 \
-p 28967:28967 \
-p 127.0.0.1:14002:14002 \
-e WALLET=0xE26b4761DD50CfE22D8eF632bc229d17D09DF5B8 \
-e EMAIL=tsartas77@hotmail.com \
-e ADDRESS:28967=dns.ddns.net \ (I didnt share my dns for privacy purposes)
-e STORAGE=6TB \
–mount type=bind,source=/home/edu/.local/share/storj/identity/storagenode,destination=/app/identity \
–mount type=bind,source=/mnt/hd1/,destination=/app/config \
–name storagenode storjlabs/storagenode:latest
Does anybody have an idea? I dd