Java & Docker app can not hit external API
I have a problem connecting to an external API from a Java application built using Spring boot and feign. The application is deployed to a VM in a docker container. I'm trying to hit an external service endpoint to retrieve…