mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
9 lines
220 B
YAML
9 lines
220 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
playwright:
|
||
|
image: mcr.microsoft.com/playwright
|
||
|
user: "${UID}:${GID}"
|
||
|
environment: [DISPLAY]
|
||
|
volumes: ["/tmp/.X11-unix:/tmp/.X11-unix"]
|
||
|
command: npx playwright wk example.com
|