11 lines
137 B
YAML
11 lines
137 B
YAML
hub:
|
|
image: selenium/hub
|
|
ports:
|
|
- "4444:4444"
|
|
firefox:
|
|
image: selenium/node-firefox
|
|
links:
|
|
- hub
|
|
expose:
|
|
- "5555"
|
|
|