update README.md
This commit is contained in:
parent
fcc98eada9
commit
81cfa842fa
@ -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).
|
||||
- `PASSWORD=none`: sin autenticación (no recomendado en producción).
|
||||
|
||||
## 📥 Acceso
|
||||
## Acceso
|
||||
|
||||
Una vez corriendo, visita: [http://localhost:8080](http://localhost:8080)
|
||||
Inicia sesión con las credenciales de tu archivo `.env`.
|
||||
|
||||
## 🧰 Herramientas Incluidas
|
||||
## Herramientas Incluidas
|
||||
|
||||
- Docker CLI
|
||||
- AWS CLI v2
|
||||
@ -76,7 +76,7 @@ Inicia sesión con las credenciales de tu archivo `.env`.
|
||||
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.
|
||||
Ver el archivo [LICENSE](LICENSE) para más detalles.
|
||||
|
@ -70,13 +70,13 @@ Login using the credentials defined in `.env`.
|
||||
- pre-commit
|
||||
- siege, jq, git, etc.
|
||||
|
||||
## 🧹 Clean Up
|
||||
## Clean Up
|
||||
|
||||
```bash
|
||||
docker volume rm code-server-home
|
||||
```
|
||||
|
||||
## 📝 License
|
||||
## License
|
||||
|
||||
This document is distributed under the terms of the GNU General Public License v3 or later.
|
||||
See the [LICENSE](LICENSE) file for more details.
|
||||
|
Loading…
x
Reference in New Issue
Block a user