We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52a42d commit 9a9cd04Copy full SHA for 9a9cd04
docker-compose.yml
@@ -2,10 +2,10 @@ version: '3'
2
3
services:
4
tunnel:
5
- image: wernight/ngrok
+ image: ngrok/ngrok:latest
6
ports:
7
- "4040:4040"
8
- command: ngrok http -log stdout -hostname=$NGROK_DOMAIN --authtoken $NGROK_AUTHTOKEN app:3000
+ command: http --log stdout --domain $NGROK_DOMAIN --authtoken $NGROK_AUTHTOKEN app:3000
9
10
app:
11
container_name: connect-example-app-node
0 commit comments