How to install cms on Plesk Panel Docker App

Hi i have dedicated server where plesk hosting panel is working. As you know plesk already supports docker and i have tried to search cms over its installation panel, found it and installed it by docker installation manuel. I same server i have also another domains and databases. server ip 80 port is already used by server secured domain.

so i have succesfully installed docker image, it shows running on plesk but could not start to mysql.
Logs are:
Waiting for MySQL to start - max 300 seconds
Waiting for MySQL to start - max 300 seconds
MySQL started
New install
Provisioning Database
Configuring Database Settings
Setting up Maintenance
Protected Maintenance
Updating settings.php
Configuring Maintenance
Removing web/install/index.php from production container
Running maintenance
Starting cron
Starting webserver
ERROR 2005 (HY000): Unknown MySQL server host ‘mysql’ (-3)
ERROR 2005 (HY000): Unknown MySQL server host ‘mysql’ (-3)
ERROR 2005 (HY000): Unknown MySQL server host ‘mysql’ (-3)
ERROR 2005 (HY000): Unknown MySQL server host ‘mysql’ (-3)
ERROR 2005 (HY000): Unknown MySQL server host ‘mysql’ (-3)
ERROR 2005 (HY000): Unknown MySQL server host ‘mysql’ (-3)
ERROR 2005 (HY000): Unknown MySQL server host ‘mysql’ (-3)
ERROR 2005 (HY000): Unknown MySQL server host ‘mysql’ (-3)
ERROR 2005 (HY000): Unknown MySQL server host ‘mysql’ (-3)
ERROR 2005 (HY000): Unknown MySQL server host ‘mysql’ (-3)
ERROR 2005 (HY000): Unknown MySQL server host ‘mysql’ (-3)
ERROR 2005 (HY000): Unknown MySQL server host ‘mysql’ (-3)
AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using 172.17.0.2. Set the ‘ServerName’ directive globally to suppress this message

Can you please provide how to install guide over plesk panel ? Thanks…

I assume you’re using custom ports, since there are other services already running there?

You could try to down the containers docker-compose down, and then ensure that the shared/db folder is completely empty, and that there are no containers running docker ps and then try the up command again?