From 65151e9a4c735df7bdf5004075c385ae15037ff1 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 7 Apr 2026 09:19:57 +0200 Subject: [PATCH] README: expose browser on localhost w/ docker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feba515c..02834eee 100644 --- a/README.md +++ b/README.md @@ -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