Snippets

Metadrop Ngrok para cualquier proyecto

Created by Omar
version: '2'
services:

  ngrok:
    container_name: jenkins_ngrok
    image: wernight/ngrok
    links:
      - jenkins
    environment:
      #- NGROK_AUTH=<>
      #- NGROK_SUBDOMAIN=<>
      - NGROK_REGION=eu
      - NGROK_PORT=jenkins:8080
      - NGROK_DEBUG=1
      #- NGROK_USERNAME=username
      #- NGROK_PASSWORD=pasword
    ports:
      - '4040:4040'

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.