Closed italovalcy closed 7 months ago
Hi,
The port used by phpMyAdmin on Meican docker-compose (docker-compose.dev.yml) is conflicting with continuous development repo (https://github.com/atlanticwave-sdx/sdx-continuous-development/blob/main/data-plane/docker-compose.yml#L340). Even though one thing has nothing to do with the other, it would be very convenient if we could change phpMyAdmin to use another port.
docker-compose.dev.yml
Changing here is more straightforward because PMA is not used at all on the setup other than making our lives easier when we need to make changes to the Database (for development purposes).
Hi,
The port used by phpMyAdmin on Meican docker-compose (
docker-compose.dev.yml
) is conflicting with continuous development repo (https://github.com/atlanticwave-sdx/sdx-continuous-development/blob/main/data-plane/docker-compose.yml#L340). Even though one thing has nothing to do with the other, it would be very convenient if we could change phpMyAdmin to use another port.Changing here is more straightforward because PMA is not used at all on the setup other than making our lives easier when we need to make changes to the Database (for development purposes).