From a692fe3af1b6fddbf8c8a661dbe417a9fe0c568a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFs=20Kauffungen?= Date: Sun, 20 Apr 2025 19:34:03 +0200 Subject: [PATCH] fix: align vuejs README port mapping with actual behavior MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïs Kauffungen --- vuejs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vuejs/README.md b/vuejs/README.md index 8ff567f..baae8bc 100644 --- a/vuejs/README.md +++ b/vuejs/README.md @@ -17,7 +17,7 @@ services: web: build: vuejs ports: - - 80:8080 + - 8080:8080 volumes: - ./vuejs:/project - /project/node_modules