Skip to content

Instantly share code, notes, and snippets.

@michaelbunch
Created August 1, 2019 18:45
Show Gist options
  • Save michaelbunch/d79316c5785444ec498f6c735029b718 to your computer and use it in GitHub Desktop.
Save michaelbunch/d79316c5785444ec498f6c735029b718 to your computer and use it in GitHub Desktop.
Ngrok Docker-Compose
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