应用商店里的 rabbitmq 关闭后 无法启动

日志

stderr: Container 1Panel-rabbitmq-tp6N Restarting Error response from daemon: Cannot restart container e49d010fe3ab238e3333534e3fbd824014605c44dd52b67e6edf848325e425b3: driver failed programming external connectivity on endpoint 1Panel-rabbitmq-tp6N (4396fa7df3300046099c19c6db855433f4279a5956f94b25679526ca96a99b4e): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 127.0.0.1 --dport 15672 -j DNAT --to-destination 172.18.0.6:15672 ! -i br-c0373c8a2dea: iptables: No chain/target/match by that name. (exit status 1))

另外 172.18.0.6 这个IP 是docker内部容器的ip?

是否是 因为 iptables 和 防火墙冲突
执行过

sudo iptables -t filter -F
sudo iptables -t filter -X

系统是 debian12 虚拟机

改了 iptables 配置 之后需要重启 docker