mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
Fixes typo in example grid configuration
This commit is contained in:
parent
6b163d581f
commit
1a2860f0fa
@ -32,7 +32,7 @@ hub:
|
||||
environment:
|
||||
- GRID_TIMEOUT=60
|
||||
- GRID_BROWSER_TIMEOUT=30
|
||||
retart: always
|
||||
restart: always
|
||||
|
||||
chrome:
|
||||
image: selenium/node-chrome
|
||||
@ -41,7 +41,7 @@ chrome:
|
||||
- "5555"
|
||||
links:
|
||||
- hub
|
||||
retart: always
|
||||
restart: always
|
||||
|
||||
firefox:
|
||||
image: selenium/node-firefox
|
||||
@ -50,7 +50,7 @@ firefox:
|
||||
- "5555"
|
||||
links:
|
||||
- hub
|
||||
retart: always
|
||||
restart: always
|
||||
```
|
||||
|
||||
> Access grid console at <http://127.0.0.1:4444/grid/console>
|
||||
|
Loading…
Reference in New Issue
Block a user