Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: git remove all pdf files 
Shell :: install expo react native 
Shell :: what is a shell 
Shell :: how to read from keyboard in bash and store in a variable 
Shell :: git check ssh local 
Shell :: change file read only permissions linux 
Shell :: install bootstrap via npm 
Shell :: How to count number of files in each directory 
Shell :: install tar files on linux 
Shell :: ubuntu list of users 
Shell :: remove .idea folder from git 
Shell :: how to run shell script 
Shell :: install aws cli version 2 on mac 
Shell :: iptables remove docker rules 
Shell :: ubuntu wifi enabled no internet connection 
Shell :: speedtest mac terminal 
Shell :: vim count ocurrences 
Shell :: bash regex if condition 
Shell :: react hook install 
Shell :: split string and create array bash 
Shell :: how to globally uninstall npm package 
Shell :: How to open webpage in vbscript 
Shell :: remove composer package 
Shell :: chown: invalid user: ‘www-data:www-data’ 
Shell :: get first line of output bash 
Shell :: raspberry pi install vscode via command line 
Shell :: download nodejs debian linux 
Shell :: change remote origin git 
Shell :: clock skew detected 
Shell :: git get commit info 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =