Hello,
with docker logs --tail 40 storagenode im getting
my container keeps restarting. Website is offline:
Cant troubleshoot with forum:
sudo docker run -d --restart always --stop-timeout 300
-p 28967:28967
-p 14002:14002
-e WALLET=“xxx”
-e EMAIL=“xxx”
-e ADDRESS=“xxx:28967”
-e STORAGE=“3,3TB”
–log-opt max-size=50m
–log-opt max-file=10
–mount type=bind,source=/home/pi/.local/share/storj/identity/storagenode,destination=/app/identity
–mount type=bind,source=/mnt/storagenode,destination=/app/config
–name storagenode storjlabs/storagenode:beta
Is there maybe a problem with docker and raspberry pi?