feat: update playwright-mcp 0.0.75

This commit is contained in:
arch3rPro
2026-05-26 03:39:04 +08:00
parent fbf47cfd60
commit 5b1988a895
3 changed files with 4 additions and 5 deletions
@@ -1,6 +1,6 @@
services:
playwright-mcp:
image: mcr.microsoft.com/playwright/mcp:v0.0.36
image: mcr.microsoft.com/playwright/mcp:v0.0.75
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -20,14 +20,13 @@ services:
- USER_AGENT=${USER_AGENT}
command: ["--port", "8931", "--host", "0.0.0.0"]
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8931/mcp"]
test: ["CMD", "curl", "-f", "http://localhost:8931/mcp"]
interval: 30s
timeout: 10s
retries: 3
start_period: 60s
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true
external: true