Reinstallation with error: Failed to Setup IP tables

I had already installed Umbrel on my computer, but I ended up uninstalling it using the commands:

Stop all containers on Docker.
docker stop $(docker ps -a -q)

Stop service umbrel
sudo systemctl stop umbrel-startup.service

Disable service umbrel
sudo systemctl disable umbrel-startup.service

Remove service on systemd

cd /etc/systemd/system/
sudo rm umbrel-startup.service

Remove directory umbrel

Source: How to uninstall Umbrel? - #8 by GridsDev

And now, when you try to install it in the traditional way, it returns an error: Starting Docker services…

Creating network “umbrel_main_network” with the default driver
ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-9917dc4ee7c0 -j RETURN: iptables: No chain/target/match by that name.
(exit status 1))
Failed to start containers
Skipping status update when not on Umbrel OS

Can anybody help me? I already tried skipping the installation of Docker because it is already installed