fix: align lab02 and lab03 student verification flows

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-10 13:43:02 +00:00
parent 49e15f7ea2
commit f4764253e4
13 changed files with 105 additions and 65 deletions
@@ -211,7 +211,7 @@ Per comandi più complessi, usa `CMD-SHELL`:
```yaml
app:
image: myapp:latest
image: nginx:alpine
container_name: lab03-app
hostname: app
@@ -223,7 +223,7 @@ Per comandi più complessi, usa `CMD-SHELL`:
# Custom healthcheck with shell
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost/health || exit 1"]
test: ["CMD-SHELL", "curl -f http://localhost/ || exit 1"]
interval: 15s
timeout: 3s
retries: 3