Impossible to start docker image since upgrade to YH 12.1

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.1.14 (stable)
How are you able to access your server: SSH & WebAdmin
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: No

Describe your issue

For some apps not packaged by YH, I use docker service with the redirect app. Everything was working as expected, until the upgrade to YunoHost 12.1
Now every-time I do docker compose up, I have the following king of errors

 ✘ Network frigate_default  Error                                                                                                              0.0s
failed to create network frigate_default: Error response from daemon: Failed to Setup IP tables: Unable to enable SKIP DNAT rule:  (iptables failed: iptables --wait -t nat -I DOCKER -i br-256f95e075ee -j RETURN: iptables: No chain/target/match by that name.
 (exit status 1))

I guess it could be related to the change from iptables to nftables but I have no idea how to solve it.

Thank you in advance for your help !

systemctl stop docker.socket
systemctl start docker.socket

solve the issue