qxf2 / cars-api

A sample REST application to help testers learn to write API automation
MIT License
6 stars 20 forks source link

Change host to 0.0.0.0 #10

Closed drishyatm closed 4 years ago

drishyatm commented 4 years ago

We should be binding to 0.0.0.0 if we want the container to be accessible from outside. The docker image was accessible only inside the container, not on the localhost or host machine browser. Hence need to change the host to 0.0.0.0

drishyatm commented 4 years ago

The updated code is merged to master