docker / getting-started-todo-app

Sample application to get started with Docker
Apache License 2.0
23 stars 90 forks source link

MySql port error on macOS #28

Open Eason-Ruan opened 3 weeks ago

Eason-Ruan commented 3 weeks ago

It seems that the mysql container is listening on port: 80 on default, but backend container request at port: 3306, leading to the request 502. Modifying Mysql setup in compose.yml can fix the problem. (Changing the port to 3306)