1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00

Merge pull request #103 from n0ncetonic/patch-1

Fixes typo in example grid configuration
This commit is contained in:
Kevin He 2019-10-27 07:31:28 +08:00 committed by GitHub
commit 7c6a53b91d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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