Failed Bitcoin Node

I recently changed routers. One router 192.168.1.1 to 192.168.50.1. I got a valid IP and can ping internet. But node has not started correctly every since. ERROR: The Compose file ‘./docker-compose.yml’ is invalid because:
networks.default.ipam.config.subnet is invalid: should use the CIDR format
services.tor_proxy.ports contains an invalid type, it should be a number, or an object
services.auth.ports contains an invalid type, it should be a number, or an object
services.nginx.ports contains an invalid type, it should be a number, or an object
I have flashed the SD card 3 times and replaced with a new. I am spinning up a secondary or new node now. I would like to fix the old one and save a two week process. I have funds on it.

Hi @puppetmasterp

Interesting, I would’ve guessed this would be resolved by a restart or reflash, but we have two options to try here.

Firstly, if you could SSH into your Umbrel, and run the following command:

then run

sudo systemctl stop docker && sudo rm -rf /var/lib/docker/* && sudo reboot

If that does not work, it may also be worth looking at this static IP guide which could help.