Created
August 1, 2019 18:45
-
-
Save michaelbunch/d79316c5785444ec498f6c735029b718 to your computer and use it in GitHub Desktop.
Ngrok Docker-Compose
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.7' | |
services: | |
nginx: | |
image: nginx:latest | |
ngrok: | |
image: fnichol/ngrok | |
environment: | |
HTTP_PORT: nginx:80 | |
ports: | |
- "4040" | |
links: | |
- nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment