From 7b5e27dd48c0cb67c4b7d7a6e790fc0fa9e2f577 Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Tue, 24 Mar 2020 15:03:44 +0100 Subject: [PATCH] Update frontend port in react-java-sql README.md Signed-off-by: Guillaume Lours --- react-java-mysql/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-java-mysql/README.md b/react-java-mysql/README.md index edf9799..f625905 100644 --- a/react-java-mysql/README.md +++ b/react-java-mysql/README.md @@ -32,8 +32,8 @@ services: ... ``` The compose file defines an application with three services `frontend`, `backend` and `db`. -When deploying the application, docker-compose maps port 9000 of the frontend service container to port 9000 of the host as specified in the file. -Make sure port 9000 on the host is not already being in use. +When deploying the application, docker-compose maps port 3000 of the frontend service container to port 3000 of the host as specified in the file. +Make sure port 3000 on the host is not already being in use. ## Deploy with docker-compose