소스 검색

Update frontend port in react-java-sql README.md

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
Guillaume Lours 6 년 전
부모
커밋
7b5e27dd48
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      react-java-mysql/README.md

+ 2 - 2
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