refactor: simplify Docker run command in README files

- Consolidated the Docker run command into a single line for improved readability across multiple language-specific README files (Spanish, Hindi, English, Portuguese, and Chinese).
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-02-17 00:39:12 -08:00
parent bbc9c705a7
commit ce110faa5a
5 changed files with 5 additions and 25 deletions

View file

@ -84,11 +84,7 @@ Ejecuta SurfSense en tu propia infraestructura para control total de datos y pri
**Inicio Rápido (Docker en un solo comando):**
```bash
docker run -d -p 3000:3000 -p 8000:8000 -p 5133:5133 \
-v surfsense-data:/data \
--name surfsense \
--restart unless-stopped \
ghcr.io/modsetter/surfsense:latest
docker run -d -p 3000:3000 -p 8000:8000 -p 5133:5133 -v surfsense-data:/data --name surfsense --restart unless-stopped ghcr.io/modsetter/surfsense:latest
```
Después de iniciar, abre [http://localhost:3000](http://localhost:3000) en tu navegador.