Trying to restart my docker node with the opt in but fails now and i cant seem to start it at all: I get this generic fail message no matter what i try now.
docker: invalid reference format: repository name must be lowercase.
Here is my docker command
sudo docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967
-p 127.0.0.1:14002:14002
-e WALLET= xxx
-e EMAIL=xxx
-e ADDRESS:28967=xxx.xxx.me
-e STORAGE=10.9TB
-e operator.wallet-features: [“zksync”]
–mount type=bind,source=/home/jjj/.local/share/storj/identity/storagenode,destination=/app/identity
–mount type=bind,source=/mnt/md0/,destination=/app/config
–name storagenode storjlabs/storagenode:latest