https://github.com/michael34435/docker-ngrok
Create your own ngrokd image by yourself
https://github.com/michael34435/docker-ngrok
ngrok ngrok-server ngrokd
Last synced: 7 months ago
JSON representation
Create your own ngrokd image by yourself
- Host: GitHub
- URL: https://github.com/michael34435/docker-ngrok
- Owner: michael34435
- License: mit
- Created: 2019-10-04T02:10:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T02:16:44.000Z (about 6 years ago)
- Last Synced: 2025-01-17T16:14:58.346Z (9 months ago)
- Topics: ngrok, ngrok-server, ngrokd
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ngrok
It's the best way to build ngrokd docker image by yourself.
Simply type build command like this.
```bash
docker build --build-arg NGROK_BASE_DOMAIN={REPLACE_IT_WITH_YOUR_DOMAIN} .
```