Docker container restarting, cant open log with docker logs --tail 40 storagenode

Hello,

with docker logs --tail 40 storagenode im getting
image
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?

It should be 3.3TB. Make sure you are NOT using curly quotes in your docker command and that you have static mount.

Worked. Your my angel <3

don’t for get to give @nerdatwork a solution marker, so that the topic will be marked as solved on the forum.