Docker containers restart periodically

I’m using an Umbrel Home.

After updating to umbrelOS 1.4.2, all of the docker containers keep on restarting periodically every 15-20 minutes.

I’d prefer to avoid having to do a factory reset, since I have 20+ services installed, configured and running on my Umbrel Home. So if anyone has any idea other than reflashing, it’d be really great.

Here’s a section of the Umbrel logs I was able to cut, spanning a whole restart cycle:
umbrel.log (659.7 KB)


I’ve tried cleaning up docker, but it didn’t work:

sudo systemctl stop umbrel
sudo systemctl stop docker docker.socket
sudo bash -c "rm -rf /var/lib/docker/*"
sudo systemctl start docker docker.socket
sudo systemctl start umbrel

I’ve also tried reinstalling the latest update and then rebooting, but it also didn’t work:

sudo mender install https://download.umbrel.com/release/1.4.2/umbrelos-amd64.update

bump

Can you share the memory usage from your umbrel? I’m just wondering if that would be it if you are running 20+ devices.

Since you said it’s only happened since 1.4.2, you could consider trying one of the beta branches for 1.5 and see if that helps as well.