mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-03-16 22:33:10 +00:00
docs: add --host 0.0.0.0 to Docker service example (#1415)
This commit is contained in:
@@ -731,7 +731,7 @@ docker run -d -i --rm --init --pull=always \
|
|||||||
--name playwright \
|
--name playwright \
|
||||||
-p 8931:8931 \
|
-p 8931:8931 \
|
||||||
mcr.microsoft.com/playwright/mcp \
|
mcr.microsoft.com/playwright/mcp \
|
||||||
cli.js --headless --browser chromium --no-sandbox --port 8931
|
cli.js --headless --browser chromium --no-sandbox --port 8931 --host 0.0.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
The server will listen on host port **8931** and can be reached by any MCP client.
|
The server will listen on host port **8931** and can be reached by any MCP client.
|
||||||
|
|||||||
Reference in New Issue
Block a user