wernight / docker-ngrok

An Ngrok v2 container based on wizardapps/ngrok and fnichol/ngrok
https://hub.docker.com/r/wernight/ngrok/
MIT License
456 stars 143 forks source link

TCP Examples #39

Closed sekunho closed 5 years ago

sekunho commented 5 years ago

I've tried,

docker run -d -p 4040:4040 -e NGROK_REGION=ap -e NGROK_PROTOCOL=TCP --name ngrok wernight/ngrok ngrok tcp 7777

Also tried without NGROK_PROTOCOL=TCP but doesn't work either. When I try to curl for the public url, it says something about malformed URL and doesn't say anything else. It generates the URL though if I use ... ngrok http www:7777 but it's not the protocol I'm looking for.