I have a docker that uses the php:7.1-apache image.
I have some tests that call http://localhost/api_test.php/.....
Each time a test is run, it gives timeout error:
[GuzzleHttp\Exception\ConnectException] cURL error 28: Operation timed out after 30001 milliseconds with 0 bytes received
Tried using localhost:8000, 127.0.0.1, 0.0.0.1 and can't seem to make it work.
If I ran the same docker file locally, it works perfect. But for some reason it gives timeout inside the pipelines.
Thanks !!!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.