README: expose browser on localhost w/ docker

This commit is contained in:
Pierre Tachoire
2026-04-07 09:19:57 +02:00
parent cfcd633ff6
commit 65151e9a4c

View File

@@ -76,7 +76,7 @@ images](https://hub.docker.com/r/lightpanda/browser) for both Linux amd64 and
arm64 architectures.
The following command fetches the Docker image and starts a new container exposing Lightpanda's CDP server on port `9222`.
```console
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
```
### Dump a URL