14 lines
199 B
YAML
14 lines
199 B
YAML
|
---
|
||
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
driver:
|
||
|
image: docker.io/selenium/standalone-chrome
|
||
|
ports:
|
||
|
- '4444:4444'
|
||
|
# watcher:
|
||
|
# build_context:
|
||
|
# - ./
|
||
|
# depends_on:
|
||
|
# - driver
|