Storj node went down on my RPI4 - cant get it back online

Hey guys
i have a rpi4 at my parents house running storj.
i belive their ip might have changed. When i run my docker command with the new ip i just cant get it back online.
can anyone help?
when i google: whats my ip
i get the new ip and i paste it into the following command:

docker run -d --restart always --stop-timeout 300
-p 28967:28967/tcp
-p 28967:28967/udp
-p 127.0.0.1:14002:14002
-e WALLET=“XXX”
-e EMAIL=“XXX”
-e ADDRESS=“85.191.XXXX:28967”
-e STORAGE=“4.2TB”
–memory=800m
–log-opt max-size=50m
–log-opt max-file=10
–mount type=bind,source=/mnt/storj/Identity,destination=/app/identity
–mount type=bind,source=/mnt/storj/data,destination=/app/config
–name storagenode storjlabs/storagenode:latest

Your Raspi needs a static ip (192.168.1.50) for example. Then you have to forward the port 28967 on your router to this ip.

See here: Step 3. Setup Port Forwarding - Storj Node Operator Docs

I had made a mistake and how found it. thanks tho

Could you please share what you have done with the Community? It could help to someone else.