File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ You can pass `SE_OPTS` variable with additional commandline parameters for start
84
84
$ docker run -d -p 4444:4444 -e SE_OPTS=" -debug true" --name selenium-hub selenium/hub:3.4.0-dysprosium
85
85
```
86
86
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
88
88
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.
90
90
91
91
``` bash
92
92
$ docker run -d -p 4444:4444 -e HUB_PORT_4444_TCP_ADDR=10.10.1.10 -e HUB_PORT_4444_TCP_PORT=4444 \
You can’t perform that action at this time.
0 commit comments