Skip to content

Commit

Permalink
Update README.md with the correct parameters to be used with Selenium…
Browse files Browse the repository at this point in the history
… Grid.

Replace ocurrences that indicate the port number 444 for the correct port number 4444.
  • Loading branch information
evertones committed Jun 29, 2017
1 parent d808f52 commit 5e51ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ You can pass `SE_OPTS` variable with additional commandline parameters for start
$ docker run -d -p 4444:4444 -e SE_OPTS="-debug true" --name selenium-hub selenium/hub:3.4.0-dysprosium
```

### HUB_PORT_444_TCP_ADDR and HUB_PORT_444_TCP_PORT Selenium Node Configuration options
### HUB_PORT_4444_TCP_ADDR and HUB_PORT_4444_TCP_PORT Selenium Node Configuration options

You can pass `HUB_PORT_444_TCP_ADDR` and `HUB_PORT_444_TCP_PORT` options to provide the hub address to a node when needed.
You can pass `HUB_PORT_4444_TCP_ADDR` and `HUB_PORT_4444_TCP_PORT` options to provide the hub address to a node when needed.

``` bash
$ docker run -d -p 4444:4444 -e HUB_PORT_4444_TCP_ADDR=10.10.1.10 -e HUB_PORT_4444_TCP_PORT=4444 \
Expand Down

0 comments on commit 5e51ccb

Please sign in to comment.