mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Upgrade Playwright image and command to v1.56.0 (#19774)
This commit is contained in:
parent
7e6b8a9a71
commit
0617ede0eb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
services:
|
services:
|
||||||
playwright:
|
playwright:
|
||||||
image: mcr.microsoft.com/playwright:v1.49.1-noble # Version must match requirements.txt
|
image: mcr.microsoft.com/playwright:v1.56.0-noble # Version must match requirements.txt
|
||||||
container_name: playwright
|
container_name: playwright
|
||||||
command: npx -y playwright@1.49.1 run-server --port 3000 --host 0.0.0.0
|
command: npx -y playwright@1.56.0 run-server --port 3000 --host 0.0.0.0
|
||||||
|
|
||||||
open-webui:
|
open-webui:
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue