Installing Passbolt with Docker on Plesk

Hi! I’m trying to install Passbolt with Docker on Centos 7 with Plesk. When I run passbolt on docker i receive this error:

Exception: SQLSTATE[HY000] [2002] No such file or directory in [/usr/share/php/passbolt/vendor/cakephp/cakephp/src/Database/Driver.php, line 93]

My target is to install and link passbolt to a virtual host using the “docker proxy rules” to link the url with the port.
Checklist
[ x] I have read intro post: About the Installation Issues category
[ x] I have read the tutorials, help and searched for similar issues
[ x] I provide relevant information about my server (component names and versions, etc.)
[ ] I provide a copy of my logs and healthcheck
[ x] I describe the steps I have taken to trouble shoot the problem
[ x] I describe the steps on how to reproduce the issue

Hello @Fadora,

Most probably the passbolt container cannot reach your mysql server.

Did you follow the online documentation: Passbolt Help | Docker passbolt installation
Did you use docker-compose? Can you share the commands you executed?