Start new node error

Hello,

I try to start a new node on MAC M1 but when launched the process always restarting see below my configuration:

docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967
-p 127.0.0.1:14002:14002
-e WALLET=“0xxxxxxxxxxxxxxxxxxxxxx”
-e EMAIL=“xxx@gmail.com
-e ADDRESS=“domain.ddns.net:28967
-e STORAGE=“XXTB”
–mount type=bind,source="/Users/pxxx/Library/Application Support/Storj/Identity/storagenode",destination=/app/identity
–mount type=bind,source="/Volumes/WD_BLACK",destination=/app/config
–name storagenode storjlabs/storagenode:latest

Thanks in advance
Best
Patrick

Your missing a bit of info, title says new node error what was the error? Did you follow the info for starting up a new node?

1 Like

Hello, yes I follow the info ip static + port forwarding
But when I open docker my storage node is in red always in restarting mode

Thanks for your help

He asked about docker logs.
Probably:
docker logs --tail 20 storagenode

1 Like

You should be able to view the logs directly though the docker app to see what its doing or not doing. Theres alot of reasons it would just restart constantly.