diff --git a/tutorial/dockerfiles/rendu.md b/tutorial/dockerfiles/rendu.md index 5ee8b2b..2748d43 100644 --- a/tutorial/dockerfiles/rendu.md +++ b/tutorial/dockerfiles/rendu.md @@ -20,7 +20,7 @@ configuration pour nginx : index countdown.html; server { - listen 80; + listen 8080; root /srv/http;