Request from a container by host name on the same network – Nginx
I'm trying to make a GET/POST request by hostname like http:://super.localhost instead of container name. My super.localhost (nginx container) website available from internet browser, but from php container I can't make curl GET request (connection refused). Only by container name…