Hello, the exercise is marked in red even though everything works as expected and as per the description.
The curl is successful, the page is green and returns success.
When you do one of these problems with an architecture diagram, part of what you need to check is the name of services or deployments. If you look carefully at the green screen, you’ll notice that you’re accessing the service as “mysql”. If you look at the diagram, you will see that the correct service to use is actually “mysql-service”. So the service needs to be altered to match the diagram.

