From docker networking labs, last question

In docker networking labs last question, when we have connected mysql:5.6 and web app on same network and try to access the webpage on 38080 port. it is throwing error . i cant find a workaround, please help asap

Hi @konarkwalia24,

Can you please provide us the link to the labs

Thanks in advance

thanks…

Hi @konarkwalia24 ,

Be sure to meet requirement on question 8 and all environment variables are correctly done :

docker run --network=wp-mysql-network -e DB_Host=mysql-db -e DB_Password=db_pass123 -p 38080:8080 --name webapp --link mysql-db:mysql-db -d kodekloud/simple-webapp-mysql