Docker database not connecting (sequelizer connection error)

Hello, when i run mysql connection commands on cmd with docker it gives me this error{ {“name”:“SequelizeConnectionError”,“parent”:{“errorno”:“ETIMEDOUT”,“code”:“ETIMEDOUT”,“syscall”:“connect”,“fatal”:true},“original”:{“errorno”:“ETIMEDOUT”,“code”:“ETIMEDOUT”,“syscall”:“connect”,“fatal”:true}}}
i use phpmyadmin as the database server . I have no issues connecting to phpmyadmin and creating databases , only when i connect it as a data source it gives error.

  • Project name: pcnest
  • Team name: pcnest
  • Environment name:database

Hi @rawa_Kamaran :wave: welcome to our community.
How do you run your mysql container? Can you give me the command with anonymized sensitive data?
What is the value of DATABASE_URL?