Directus is not connecting with mysql over SSH server
I can't connect my directus project with mysql server. Getting connection refused error. However when I'm running this command, I'm able to connect: mysql -u root -p -h localhost -P 3306 My docker-compose.yml file: version: '3' services: directus: container_name: directus…