My Node is OFFLINE for 2 hours

I do have the same problem since I created my storagenode :

run command :
docker run -d --restart unless-stopped -p 28967:28967 -e WALLET=“0x69e92E4074b5D5B6CF224846518C7bC9E0ea93B5” -e EMAIL="myemail@provider.com" -e ADDRESS=“blahblah.blahblah-box.ch:28967” -e BANDWIDTH=“120TB” -e STORAGE=“1TB” --mount type=bind,source="/home/sylvain/.local/share/storj/identity/storagenode/",destination=/app/identity --mount type=bind,source="/media/sylvain/storj/",destination=/app/config --name storagenode storjlabs/storagenode:beta

Port redirection is set and working.
I tried to remove / recreate docker node with no difference.
I checked and files are created in destination folder so it is not a rights issue.

I can’t figure out what is the problem :-/