Initial commit: site statique Dockerisé avec nginx

This commit is contained in:
2025-12-08 09:42:10 +00:00
commit 984ecf5d6c
4 changed files with 168 additions and 0 deletions

19
readme.md Normal file
View File

@@ -0,0 +1,19 @@
# Mon Site Dockerisé
## Commandes
```bash
# Lancer
docker compose up -d --build
# Vérifier
docker compose ps
# Logs
docker compose logs -f web
# Arrêter
docker compose down
```
Site : http://localhost:8080