Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 9, 2024
1 parent eeb3a3e commit a7355da
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 a7355da

Please sign in to comment.