From ee1bc68760231512cc87254764f894c917beacce Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 29 Sep 2023 15:55:50 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 909d932..d6902b1 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ docker run -p 9000:9000 -p 9001:9001 deblan/capture -url=https://example.com/ -p #### Settings -| param | description | -| -------------- | ------------- | -| `-url` | **Required.** Set the url you want to proxy | +| param | description | +| -------------- | ------------- | +| `-url` | **Required.** Set the url you want to proxy | | `-port` | Set the proxy port. Default: *9000* | | `-dashboard` | Set the dashboard port. Default: *9001* | | `-captures` | Set how many captures to show in the dashboard. Default: *16* |