fix command
All checks were successful
Build, Test & Publish / Build (push) Successful in 27s
Build, Test & Publish / Build and Publish Container Image (push) Successful in 38s
Build, Test & Publish / Deploy to Infrastructure (push) Successful in 36s

This commit is contained in:
2026-02-18 11:04:09 +11:00
parent cd3b5fd5e2
commit 810b2e5d97

View File

@@ -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
``` ```