From 9a4c8b703eb70672e8436b74e9dd54df1df4769b Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Fri, 8 Aug 2025 13:24:32 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ad7e87..321276d 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ This will install the `socktop` binary into `~/.cargo/bin`. The agent binary listens on a TCP port and serves `/ws`: ```bash -socktop_agent 0.0.0.0:8080 +socktop_agent -p 3031 ``` > **Tip:** You can run the agent under `systemd`, inside a Docker container, or just in a tmux/screen session.