在Docker容器中访问宿主本机的指定端口如8080,则应使用用【host.docker.internal】来代替宿主的IP,后面再配置宿主的端口。
比如:curl http://host.docker.internal:8080