From 609c2518ecf03d7d67609d588f6a0412abb93e27 Mon Sep 17 00:00:00 2001 From: mirage <119869686+ClementBobin@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:26:14 +0200 Subject: [PATCH] feat: ajouter la configuration des ports pour le service web dans compose.yaml --- compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 4737c6e..5673343 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,4 +2,6 @@ webzine.webapplication: image: webzine.webapplication build: - context: . \ No newline at end of file + context: . + ports: + - "8080:8080" \ No newline at end of file