Skip to content

Commit 588b65e

Browse files
Merge pull request #57 from lightpanda-io/docker-run
docker run localhost
2 parents fa8ebb4 + c762a2c commit 588b65e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/open-source/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ arm64 architectures.
3636
The following command fetches the Docker image and starts a new container exposing Lightpanda's CDP server on port `9222`.
3737

3838
```sh copy
39-
docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightly
39+
docker run -d --name lightpanda -p 127.0.0.1:9222:9222 lightpanda/browser:nightly
4040
```
4141

4242
## Install manually from the nightly builds

0 commit comments

Comments
 (0)