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 \