fix: tunnel one click readme

Hee Sung Son committed Dec 15, 2025 at 15:46 UTC 0149dd54c03d09017d58b42e3a89b9441b21b777
1 file changed +1 -1
README.md
+1 -1
@@ -52,7 +52,7 @@ For a public deployment guide (DNS, TLS, reverse proxy), see [docs/portal-deploy
52 # 1. Start your local service
53
54 # 2. Run the tunnel client to expose
55 -curl -fsSL http://localhost:4017/tunnel | PORT=3000 NAME=myapp sh
55 +curl -fsSL http://localhost:4017/tunnel | HOST=localhost:3000 NAME=myapp sh
56 ```
57
58 ### Running a Portal App using the SDK