1
0
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:
noncetonic 2019-05-11 08:36:55 -07:00 committed by GitHub
parent 6b163d581f
commit 1a2860f0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>