fix: correct path in grep command for docker-compose.yml in tutorial
This commit is contained in:
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user