1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/docker-playwright/docker-compose.yml

9 lines
220 B
YAML
Raw Permalink Normal View History

2021-08-27 21:58:40 +09:00
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