fix: correct path in grep command for docker-compose.yml in tutorial

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-09 12:24:29 +02:00
parent 09991f3c72
commit 19fdb650ad
@@ -219,7 +219,7 @@ Soluzione: Il container potrebbe essere stato configurato con docker-compose. Ve
```bash
# Verifica la direttiva user in docker-compose
grep -A 5 "user:" labs/lab-01-iam/docker-compose.yml
grep "user:" docker-compose.yml
```
**Problema: Il test INF-01 fallisce**