Describe your issue
Hi everybody, newbie here.
I've succesfully installed a local webserver running Drupal 9. I've also installed phpmyadmin (pma in the docker-compose.yml file) using the standard image (just uncommenting the document).
Unfortunately, when I go to the local address of PhpMyAdmin I see that the webserver is Apache (included in the standard image, Apache/2.4.38 - Debian -), but I would like to know how to link the nginx server in order to have pma working under it.
I haven't found lots of informations or tutorial, so I'm asking if it is possible or not. Other Docker configurations relies on the configuration files, but I think that here I should just play with the compose.yml file. Is this correct?
I've tried also to install the alpine version of phpmyadmin because it comes without a preinstalled server, but no success in linking it to nginx. I'm struggling in finding a detailed documentation about how to properly configure docker4drupal, any help or hint about this is deepley appreciated.
I'm attaching just the uncommented part of my compose.yml file
Codebase Mounted codebase, OSX
Describe your issue Hi everybody, newbie here. I've succesfully installed a local webserver running Drupal 9. I've also installed phpmyadmin (pma in the docker-compose.yml file) using the standard image (just uncommenting the document). Unfortunately, when I go to the local address of PhpMyAdmin I see that the webserver is Apache (included in the standard image, Apache/2.4.38 - Debian -), but I would like to know how to link the nginx server in order to have pma working under it. I haven't found lots of informations or tutorial, so I'm asking if it is possible or not. Other Docker configurations relies on the configuration files, but I think that here I should just play with the compose.yml file. Is this correct?
I've tried also to install the alpine version of phpmyadmin because it comes without a preinstalled server, but no success in linking it to nginx. I'm struggling in finding a detailed documentation about how to properly configure docker4drupal, any help or hint about this is deepley appreciated.
I'm attaching just the uncommented part of my compose.yml file
Contents of your
docker-compose.yml