docs: remove redundant Docker network discovery section

This commit is contained in:
Pulse Monitor 2025-08-21 15:49:06 +00:00
parent a4fd2c41b6
commit ea475c08a6

View file

@ -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 \