From ea475c08a64cceae3eaef234fc518e508a12542d Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Thu, 21 Aug 2025 15:49:06 +0000 Subject: [PATCH] docs: remove redundant Docker network discovery section --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index f5cfff562..97533e86c 100644 --- a/README.md +++ b/README.md @@ -98,17 +98,6 @@ The script handles user creation, permissions, token generation, and registratio ### Basic ```bash -docker run -d \ - --name pulse \ - -p 7655:7655 \ - -v pulse_data:/data \ - --restart unless-stopped \ - rcourtman/pulse:latest -``` - -### Network Discovery -```bash -# Pulse automatically scans common networks (192.168.x.x, 10.0.x.x, etc.) docker run -d \ --name pulse \ -p 7655:7655 \ @@ -120,7 +109,7 @@ docker run -d \ # For custom subnets (optional): -e DISCOVERY_SUBNET="192.168.50.0/24" ``` -### Automated Docker Deployment +### Automated Deployment ```bash # Deploy with authentication pre-configured docker run -d \