当前位置: 首页 > 工具软件 > SkipTo > 使用案例 >

Failed to Setup IP tables: Unable to enable SKIP DNAT rule:

孟智志
2023-12-01

在执行docker-compose up -d命令时报如下错误

Creating network "docker_default" 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-e50975111d95 -j RETURN: iptables: No chain/target/match by that name.
 (exit status 1))

出现这个错误原因是在ubuntu20.04安装postgresql后无法访问(防火墙没有开通5432端口),直接将防火墙关闭了,然后再启动docker镜像时就报了上面的问题,解决这个问题只需重启docker即可:

systemctl restart docker

 

参考文章:

1、https://github.com/wodby/docker4drupal/issues/211

 类似资料:

相关阅读

相关文章

相关问答