Skip to content

Commit 9a9cd04

Browse files
authored
Updating ngrok in docker-compose.yml (#51)
1 parent c52a42d commit 9a9cd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ version: '3'
22

33
services:
44
tunnel:
5-
image: wernight/ngrok
5+
image: ngrok/ngrok:latest
66
ports:
77
- "4040:4040"
8-
command: ngrok http -log stdout -hostname=$NGROK_DOMAIN --authtoken $NGROK_AUTHTOKEN app:3000
8+
command: http --log stdout --domain $NGROK_DOMAIN --authtoken $NGROK_AUTHTOKEN app:3000
99

1010
app:
1111
container_name: connect-example-app-node

0 commit comments

Comments
 (0)