Answers for "ngrok with docker-compose"

0

ngrok with docker-compose

ngrok:
    image: wernight/ngrok:latest
    ports:
      - 4040:4040
    environment:
      NGROK_AUTH: <YOUR NGROK TOKEN>
      NGROK_REGION: jp
      NGROK_PROTOCOL: http
      NGROK_PORT: https://jsonplaceholder.typicode.com
    networks:
      - default
Posted by: Guest on January-14-2022

Code answers related to "ngrok with docker-compose"

Browse Popular Code Answers by Language