Skip to content

Commit 1ceb290

Browse files
authored
Fix example usage of -debug flag
The CLI changed and now wants the `-debug` flag to be passed with a boolean value. See SeleniumHQ/selenium@705be71.
1 parent 5132571 commit 1ceb290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $ docker run -d -p 4444:4444 -e JAVA_OPTS=-Xmx512m --name selenium-hub selenium/
6767
You can pass `SE_OPTS` variable with additional commandline parameters for starting a hub or a node.
6868

6969
``` bash
70-
$ docker run -d -p 4444:4444 -e SE_OPTS=-debug --name selenium-hub selenium/hub:3.2.0-actinium
70+
$ docker run -d -p 4444:4444 -e SE_OPTS="-debug true" --name selenium-hub selenium/hub:3.2.0-actinium
7171
```
7272

7373
### PHANTOMJS_OPTS PhantomJS Configuration Options

0 commit comments

Comments
 (0)