Skip to content

Commit 2d7796a

Browse files
authored
Merge pull request #512 from evertones/fixed-port-documentation
Update README.md with the correct parameters to be use with Selenium …
2 parents d808f52 + 5e51ccb commit 2d7796a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ You can pass `SE_OPTS` variable with additional commandline parameters for start
8484
$ docker run -d -p 4444:4444 -e SE_OPTS="-debug true" --name selenium-hub selenium/hub:3.4.0-dysprosium
8585
```
8686

87-
### HUB_PORT_444_TCP_ADDR and HUB_PORT_444_TCP_PORT Selenium Node Configuration options
87+
### HUB_PORT_4444_TCP_ADDR and HUB_PORT_4444_TCP_PORT Selenium Node Configuration options
8888

89-
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.
89+
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.
9090

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

0 commit comments

Comments
 (0)