From ce110faa5a1f242b4e2e3dd1eccb6e805a4830e4 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Tue, 17 Feb 2026 00:39:12 -0800 Subject: [PATCH] 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). --- README.es.md | 6 +----- README.hi.md | 6 +----- README.md | 6 +----- README.pt-BR.md | 6 +----- README.zh-CN.md | 6 +----- 5 files changed, 5 insertions(+), 25 deletions(-) diff --git a/README.es.md b/README.es.md index b3f2eb5c3..5472ad069 100644 --- a/README.es.md +++ b/README.es.md @@ -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. diff --git a/README.hi.md b/README.hi.md index 595dd3799..d4388b616 100644 --- a/README.hi.md +++ b/README.hi.md @@ -84,11 +84,7 @@ https://github.com/user-attachments/assets/a0a16566-6967-4374-ac51-9b3e07fbecd7 **त्वरित शुरुआत (Docker एक कमांड में):** ```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 ``` शुरू करने के बाद, अपने ब्राउज़र में [http://localhost:3000](http://localhost:3000) खोलें। diff --git a/README.md b/README.md index e1c2ca256..9085fec19 100644 --- a/README.md +++ b/README.md @@ -84,11 +84,7 @@ Run SurfSense on your own infrastructure for full data control and privacy. **Quick Start (Docker one-liner):** ```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 ``` After starting, open [http://localhost:3000](http://localhost:3000) in your browser. diff --git a/README.pt-BR.md b/README.pt-BR.md index 50016b4e6..351cdb85b 100644 --- a/README.pt-BR.md +++ b/README.pt-BR.md @@ -84,11 +84,7 @@ Execute o SurfSense na sua própria infraestrutura para controle total de dados **Início Rápido (Docker em um único 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 ``` Após iniciar, abra [http://localhost:3000](http://localhost:3000) no seu navegador. diff --git a/README.zh-CN.md b/README.zh-CN.md index 287b2fc17..49ef64619 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -84,11 +84,7 @@ https://github.com/user-attachments/assets/a0a16566-6967-4374-ac51-9b3e07fbecd7 **快速开始(Docker 一行命令):** ```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 ``` 启动后,在浏览器中打开 [http://localhost:3000](http://localhost:3000)。