From 07aaaea8ec2c0cd4a5f05ac0e68e4685a9fb1b8f Mon Sep 17 00:00:00 2001 From: Ho Jin Le Date: Sun, 29 Oct 2023 21:15:36 +0800 Subject: [PATCH] Update README.md Replacing the wrong host's port number 8080 into 80 in line 33 and 34 Signed-off-by: Ho Jin Le --- vuejs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vuejs/README.md b/vuejs/README.md index 1fd4d1d..d61310f 100644 --- a/vuejs/README.md +++ b/vuejs/README.md @@ -30,8 +30,8 @@ services: - /project/node_modules ``` The compose file defines an application with one service `vuejs`. -When deploying the application, docker compose maps port 8080 of the web service container to port 8080 of the host as specified in the file. -Make sure port 8080 on the host is not already being in use. +When deploying the application, docker compose maps port 8080 of the web service container to port 80 of the host as specified in the file. +Make sure port 80 on the host is not already being in use. ## Deploy with docker compose