Docker Container cant connect to other container – nginx in alpine to nginx in alpine
I'm confused about making a connection from nginx alpine to nginx alpine both use laravel 9 on the host I can access both using http://localhost:8080 and http://localhost:5001 but when I try to use guzzle in frontend like this $response =…