StorjNode keeps restarting

Storjnode keeps restarting after I use a launch command. It was up for 5-7 seconds and then it started restarting again. Here is the docker command:

docker run -d --restart unless-stopped -p 28967:28967
-p 14002:14002
-e WALLET=" 0xa9c2445400C10CC56a42a1acA8D5C6c6151bdc7C "
-e EMAIL=“mymail”
-e ADDRESS=“185.19.22.37:28967”
-e BANDWIDTH=“100TB”
-e STORAGE=“850GB”
–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

Have you check your logs to make sure your not getting any errors?

please, remove spaces in the WALLET variable and in other if you have them too

I fixed it. Thanks. It was wrong e STORAGE value. When I set it to 800 GB all worked out pretty well. My node is up and running almost for 4 days now with 100% uptime.