It should be
sudo docker run -d --restart unless-stopped --stop-timeout 300 \
-p 28967:28967 \
-p 127.0.0.1:14002:14002 \
-e WALLET="0x2C0Cb64e4B2e82Ebe46E31a61ac3047dE3121c50" \
-e EMAIL="g_prieto71@hotmail.com" \
-e ADDRESS=187.243.247.90:28967 \
-e STORAGE=10TB \
--mount type=bind,source=/home/micmem/.local/share/storj/identity/storagenode,destination=/app/identity \
--mount type=bind,source=/mnt/storj1,destination=/app/config \
--name storagenode storjlabs/storagenode:latest
Also it is better to put the storagenode to the subfolder on the disk
Please, create a subfolder:
sudo mkdir /mnt/storj1/storagenode1
And use the /mnt/storj1/storagenode1
instead of /mnt/storj1/