update README.md

This commit is contained in:
Astound 2025-07-13 11:53:43 -05:00
parent fcc98eada9
commit 81cfa842fa
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56
2 changed files with 5 additions and 5 deletions

View File

@ -53,12 +53,12 @@ Todo el trabajo se guarda en `/home/coder`, montado mediante el volumen `code-se
- `HASHED_PASSWORD=...`: contraseña pre-hasheada (segura). - `HASHED_PASSWORD=...`: contraseña pre-hasheada (segura).
- `PASSWORD=none`: sin autenticación (no recomendado en producción). - `PASSWORD=none`: sin autenticación (no recomendado en producción).
## 📥 Acceso ## Acceso
Una vez corriendo, visita: [http://localhost:8080](http://localhost:8080) Una vez corriendo, visita: [http://localhost:8080](http://localhost:8080)
Inicia sesión con las credenciales de tu archivo `.env`. Inicia sesión con las credenciales de tu archivo `.env`.
## 🧰 Herramientas Incluidas ## Herramientas Incluidas
- Docker CLI - Docker CLI
- AWS CLI v2 - AWS CLI v2
@ -76,7 +76,7 @@ Inicia sesión con las credenciales de tu archivo `.env`.
docker volume rm code-server-home docker volume rm code-server-home
``` ```
## 📝 Licencia ## Licencia
Este documento se distribuye bajo los términos de la GNU General Public License v3 o posterior. Este documento se distribuye bajo los términos de la GNU General Public License v3 o posterior.
Ver el archivo [LICENSE](LICENSE) para más detalles. Ver el archivo [LICENSE](LICENSE) para más detalles.

View File

@ -70,13 +70,13 @@ Login using the credentials defined in `.env`.
- pre-commit - pre-commit
- siege, jq, git, etc. - siege, jq, git, etc.
## 🧹 Clean Up ## Clean Up
```bash ```bash
docker volume rm code-server-home docker volume rm code-server-home
``` ```
## 📝 License ## License
This document is distributed under the terms of the GNU General Public License v3 or later. This document is distributed under the terms of the GNU General Public License v3 or later.
See the [LICENSE](LICENSE) file for more details. See the [LICENSE](LICENSE) file for more details.