Skip to content

ngrok Token

Erick Ruiz de Chavez edited this page Oct 30, 2020 · 1 revision

If you have an ngrok account, you can use it with the docker container!

After running ./bootstrap.sh add the value of your ngrok auth token to .env file in the project root and start the containers with docker-compose up. If you have the containers already running, you might need to do docker-compose down and then docker-compose up for the ngrok container to "see" the token and use it.

Clone this wiki locally