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 2e8b5bf commit 1aff785Copy full SHA for 1aff785
src/Command/BehatCommand.php
@@ -138,7 +138,7 @@ private function startServerProcesses(InputInterface $input)
138
} else {
139
$image = $this->seleniumFirefoxImage;
140
}
141
- $cmd = sprintf('docker run -d --rm -p 127.0.0.1:4444:4444 --name=selenium --net=host --shm-size=2g -v %s:%s %s',
+ $cmd = sprintf('docker run -d --rm --name=selenium --net=host --shm-size=2g -v %s:%s %s',
142
$this->moodle->directory, $this->moodle->directory, $image);
143
$docker = $this->execute->passThrough($cmd);
144
if (!$docker->isSuccessful()) {
0 commit comments