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 90d0bc4 commit 0276177Copy full SHA for 0276177
docker-compose.yml
@@ -2,10 +2,10 @@ version: '3'
2
3
services:
4
tunnel:
5
- image: ngrok/ngrok:latest
6
- command: http --log stdout --domain $NGROK_DOMAIN --authtoken $NGROK_AUTHTOKEN app:3000
+ image: wernight/ngrok
7
ports:
8
- - 4040:4040
+ - "4040:4040"
+ command: ngrok http -log stdout -hostname=$NGROK_DOMAIN --authtoken $NGROK_AUTHTOKEN app:3000
9
10
app:
11
container_name: connect-example-app-node
0 commit comments