

Let’s clone it and see what we have there. Of course I prepared docker-compose.yml file for you. So we have a running Nginx server with PHP and now we will add a MySQL service to our environment. If you want to know how to run MySQL with PHP in Docker go ahead and read this article.

In my previous articles we learned how to install Docker in Linux and how to run Nginx Web Server with PHP in Docker. Latest is build from the docker hub once I push to the github repo, the arm versions are built from my mac with the below buildx toolĭocker buildx build -platform linux/amd64,linux/arm64,linux/arm/v7 -t mhzawadi/phpmyadmin:v5.1.1.1 -push. Please report any issues with the Docker container to how to build
