We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa8ebb4 + c762a2c commit 588b65eCopy full SHA for 588b65e
1 file changed
src/content/open-source/installation.mdx
@@ -36,7 +36,7 @@ arm64 architectures.
36
The following command fetches the Docker image and starts a new container exposing Lightpanda's CDP server on port `9222`.
37
38
```sh copy
39
-docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightly
+docker run -d --name lightpanda -p 127.0.0.1:9222:9222 lightpanda/browser:nightly
40
```
41
42
## Install manually from the nightly builds
0 commit comments