fix command
This commit is contained in:
@@ -7,7 +7,5 @@ Often times it's useful to spin up a tunnel to your local machine to test out yo
|
|||||||
The following command will start a tunnel to your local machine on port 3000:
|
The following command will start a tunnel to your local machine on port 3000:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --rm -p 3000:3000 cloudflare/cloudflared tunnel --url http://host.docker.internal:3000
|
docker run --rm cloudflare/cloudflared tunnel --url http://host.docker.internal:3000
|
||||||
docker run --rm cloudflare/cloudflared tunnel --url http://host.docker.internal:5173
|
|
||||||
|
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user