update documentation

This commit is contained in:
Simon Vieille 2023-06-06 22:48:38 +02:00
parent baf19d935c
commit 989e7689fc
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -11,6 +11,12 @@ Forked from [ofabricio/capture](https://github.com/ofabricio/capture).
./capture -url=https://example.com/ -port 9000 -dashboard 9001 -captures 16
```
Via docker:
```
docker run -p 9000:9000 -p 9001:9001 deblan/capture -url=https://example.com/ -port 9000 -dashboard 9001 -captures 16
```
#### Settings
| param | description |