mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-19 07:54:10 +00:00
docs: remove redundant Docker network discovery section
This commit is contained in:
parent
a4fd2c41b6
commit
ea475c08a6
1 changed files with 1 additions and 12 deletions
13
README.md
13
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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue