fix: use git.d0a1.es instead of github.com for clone URL
This commit is contained in:
@@ -22,7 +22,7 @@ Usa modelos de lenguaje de código abierto (Ollama) con una interfaz web moderna
|
|||||||
### Opción rápida (recomendada)
|
### Opción rápida (recomendada)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/d0a1-es/quickstart.git
|
git clone https://git.d0a1.es/devops/quickstart.git
|
||||||
cd quickstart
|
cd quickstart
|
||||||
./deploy.sh
|
./deploy.sh
|
||||||
```
|
```
|
||||||
@@ -30,7 +30,7 @@ cd quickstart
|
|||||||
### Opción manual
|
### Opción manual
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/d0a1-es/quickstart.git
|
git clone https://git.d0a1.es/devops/quickstart.git
|
||||||
cd quickstart
|
cd quickstart
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
# Esperar ~30s a que Ollama arranque
|
# Esperar ~30s a que Ollama arranque
|
||||||
|
|||||||
Reference in New Issue
Block a user