Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.07 KB

File metadata and controls

35 lines (27 loc) · 1.07 KB

CREDIT

This is a slightly modified version of adamchasetayler/httpbin-ngrok. To keep the repo clean I created a new one, but the majority of the credit goes to them and if you find this useful you should check out their version!

httpbin-ngrok: HTTP Request & Response Service with Ngrok

Pre-Requisites

  • Docker
  • git
  • No running service on Ports 3030, 4040
  • Ngrok account
  • .env with NGROK_AUTH token in the project root

Running

From the root directory:

docker-compose up

Load up the Launchpad to find your Ngrok and HTTPBin URLs http://localhost:3030

To exit:

ctrl+c

See http://httpbin.org and https://ngrok.com for more information.

SEE ALSO

Even more credits!