Skip to content

Instantly share code, notes, and snippets.

@ToshY
Created January 18, 2022 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ToshY/6d0d003e3a0d4421d248a27158854f11 to your computer and use it in GitHub Desktop.
Save ToshY/6d0d003e3a0d4421d248a27158854f11 to your computer and use it in GitHub Desktop.
docker compose shkoliar/ngrok example
version: '3.9'
services:
ngrok-app:
image: shkoliar/ngrok
container_name: ngrok-app
ports:
- 4040:4040
environment:
AUTH_TOKEN: "<ngrok-auth-key>"
REGION: "eu"
DOMAIN: "app_apache"
PORT: 80
DEBUG: "true"
# `docker network ls` to get custom bridge network name if used
network_mode: app_app-network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment