9 lines
186 B
YAML
9 lines
186 B
YAML
version: '2'
|
|
services:
|
|
seleniumhub:
|
|
image: selenium/hub:${SELENIUM_VERSION}
|
|
environment:
|
|
GRID_TIMEOUT: '300000'
|
|
labels:
|
|
io.rancher.container.pull_image: always
|