Skip to content

Commit 0276177

Browse files
committed
- Reverting
1 parent 90d0bc4 commit 0276177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

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

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

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

0 commit comments

Comments
 (0)