2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 21:33:02 +01: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

View File

@@ -32,7 +32,7 @@ hub:
environment: environment:
- GRID_TIMEOUT=60 - GRID_TIMEOUT=60
- GRID_BROWSER_TIMEOUT=30 - GRID_BROWSER_TIMEOUT=30
retart: always restart: always
chrome: chrome:
image: selenium/node-chrome image: selenium/node-chrome
@@ -41,7 +41,7 @@ chrome:
- "5555" - "5555"
links: links:
- hub - hub
retart: always restart: always
firefox: firefox:
image: selenium/node-firefox image: selenium/node-firefox
@@ -50,7 +50,7 @@ firefox:
- "5555" - "5555"
links: links:
- hub - hub
retart: always restart: always
``` ```
> Access grid console at <http://127.0.0.1:4444/grid/console> > Access grid console at <http://127.0.0.1:4444/grid/console>