We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc1eeb commit 23469c0Copy full SHA for 23469c0
README.md
@@ -144,7 +144,7 @@ $ docker run -d -p 4444:4444 -e JAVA_OPTS=-Xmx512m --name selenium-hub selenium/
144
You can pass `SE_OPTS` variable with additional commandline parameters for starting a hub or a node.
145
146
``` bash
147
-$ docker run -d -p 4444:4444 -e SE_OPTS="-debug true" --name selenium-hub selenium/hub:3.8.1-francium
+$ docker run -d -p 4444:4444 -e SE_OPTS="-debug" --name selenium-hub selenium/hub:3.8.1-francium
148
```
149
150
### Selenium Hub and Node Configuration options
0 commit comments