Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/scott/docker-compose' into scott…
Browse files Browse the repository at this point in the history
…/docker-compose
  • Loading branch information
stmcallister committed Aug 9, 2024
2 parents d5a4c88 + a7355da commit e7028f4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/using-ngrok-with/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ services:
- "80:80"
restart: always
ngrok:
image: ngrok/ngrok:latest
command:
- "http"
- "http://host.docker.internal:80"
environment:
NGROK_AUTHTOKEN: ${NGROK_AUTHTOKEN}
ports:
- 4040:4040
```
image: ngrok/ngrok:latest
command:
- "http"
- "http://host.docker.internal:80"
environment:
NGROK_AUTHTOKEN: ${NGROK_AUTHTOKEN}
ports:
- 4040:4040
```

0 comments on commit e7028f4

Please sign in to comment.