Skip to content

Commit 23469c0

Browse files
authored
Removing "true", it is not accepted anymore
1 parent cfc1eeb commit 23469c0

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
@@ -144,7 +144,7 @@ $ docker run -d -p 4444:4444 -e JAVA_OPTS=-Xmx512m --name selenium-hub selenium/
144144
You can pass `SE_OPTS` variable with additional commandline parameters for starting a hub or a node.
145145

146146
``` bash
147-
$ docker run -d -p 4444:4444 -e SE_OPTS="-debug true" --name selenium-hub selenium/hub:3.8.1-francium
147+
$ docker run -d -p 4444:4444 -e SE_OPTS="-debug" --name selenium-hub selenium/hub:3.8.1-francium
148148
```
149149

150150
### Selenium Hub and Node Configuration options

0 commit comments

Comments
 (0)