From 561c19581c6f5364eea34b238b7e8cdbb3dbdd58 Mon Sep 17 00:00:00 2001 From: Jake Daynes Date: Fri, 13 Mar 2026 04:24:13 -0700 Subject: [PATCH] doc: update port list in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3b689f..764e234 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ See [Troubleshooting & FAQ](https://github.com/Ullaakut/cameradar/wiki/Troublesh `docker run --rm -t --net=host -v /tmp:/tmp ullaakut/cameradar --targets /tmp/test.txt --ports 8554` -> Running cameradar on a subnetwork with custom dictionaries, on ports 554, 5554 and 8554 +> Running cameradar on a subnetwork with custom dictionaries, on ports 554, 5554, 8554, 322, and 8322 `docker run --rm -t --net=host -v /tmp:/tmp ullaakut/cameradar --targets 192.168.0.0/24 --custom-credentials "/tmp/dictionaries/credentials.json" --custom-routes "/tmp/dictionaries/routes" --ports 554,5554,8554`