Docker container fails to start after upgrading to v1.140.1

I ran sudo docker compose pull to update, then after running sudo docker compose up -d, it fails on setting up container networking
Error response from daemon: failed to set up container networking: driver failed programming external connectivity on endpoint immich_server (2d18b99dac741906399037c58fdd7b3de96dfecf637263d1f20c6a6bec445fdb): Unable to enable DNAT rule:  (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 2283 -j DNAT --to-destination 172.18.0.3:2283 ! -i br-9fd5a77a803d: iptables: No chain/target/match by that name.
 (exit status 1))
Was this page helpful?