diff --git a/README.md b/README.md index 21177fe..9ee73bc 100644 --- a/README.md +++ b/README.md @@ -967,7 +967,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数 🎭 提供浏览器自动化功能的 MCP 服务器 -0.0.36 • [官网链接](https://github.com/microsoft/playwright-mcp) +1.60.0-noble • [官网链接](https://github.com/microsoft/playwright-mcp) diff --git a/apps/playwright/1.55.0-noble/config/package.json b/apps/playwright/1.60.0-noble/config/package.json similarity index 100% rename from apps/playwright/1.55.0-noble/config/package.json rename to apps/playwright/1.60.0-noble/config/package.json diff --git a/apps/playwright/1.55.0-noble/config/playwright.config.ts b/apps/playwright/1.60.0-noble/config/playwright.config.ts similarity index 100% rename from apps/playwright/1.55.0-noble/config/playwright.config.ts rename to apps/playwright/1.60.0-noble/config/playwright.config.ts diff --git a/apps/playwright/1.55.0-noble/config/server.js b/apps/playwright/1.60.0-noble/config/server.js similarity index 100% rename from apps/playwright/1.55.0-noble/config/server.js rename to apps/playwright/1.60.0-noble/config/server.js diff --git a/apps/playwright/1.55.0-noble/config/start.sh b/apps/playwright/1.60.0-noble/config/start.sh similarity index 100% rename from apps/playwright/1.55.0-noble/config/start.sh rename to apps/playwright/1.60.0-noble/config/start.sh diff --git a/apps/playwright/1.55.0-noble/data.yml b/apps/playwright/1.60.0-noble/data.yml similarity index 100% rename from apps/playwright/1.55.0-noble/data.yml rename to apps/playwright/1.60.0-noble/data.yml diff --git a/apps/playwright/1.55.0-noble/docker-compose.yml b/apps/playwright/1.60.0-noble/docker-compose.yml similarity index 89% rename from apps/playwright/1.55.0-noble/docker-compose.yml rename to apps/playwright/1.60.0-noble/docker-compose.yml index 4007178..9234ffc 100644 --- a/apps/playwright/1.55.0-noble/docker-compose.yml +++ b/apps/playwright/1.60.0-noble/docker-compose.yml @@ -1,6 +1,6 @@ services: playwright-init: - image: mcr.microsoft.com/playwright:v1.55.0-noble + image: mcr.microsoft.com/playwright:v1.60.0-noble user: "root" volumes: - ./data:/home/pwuser/app @@ -13,9 +13,8 @@ services: chmod +x /home/pwuser/app/start.sh " restart: "no" - playwright: - image: mcr.microsoft.com/playwright:v1.55.0-noble + image: mcr.microsoft.com/playwright:v1.60.0-noble container_name: ${CONTAINER_NAME} restart: always networks: @@ -45,7 +44,6 @@ services: start_period: 90s labels: createdBy: "Apps" - networks: 1panel-network: - external: true \ No newline at end of file + external: true