mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-14 11:23:02 +02:00
Update README.md
This commit is contained in:
parent
efe3c97d6e
commit
689cd7187c
@ -79,6 +79,12 @@ docker pull alpeware/chrome-headless-trunk
|
||||
docker run -d -p=0.0.0.0:9222:9222 --name=chrome-headless -v /tmp/chromedata/:/data alpeware/chrome-headless-trunk
|
||||
```
|
||||
|
||||
But if you want to see what's happening during query execution, just start your Chrome with remote debugging port:
|
||||
|
||||
```sh
|
||||
chrome.exe --remote-debugging-port=9222
|
||||
```
|
||||
|
||||
## Quick start
|
||||
|
||||
### Browserless mode
|
||||
|
Loading…
Reference in New Issue
Block a user