Select Page

PHP

Latest PHP Posts
MySQL with PHP in Docker

MySQL with PHP in Docker

In my previous articles we learned how to install Docker in Linux and how to run Nginx Web Server with PHP in Docker. The next step is run MySQL server. If...

How to run Nginx and PHP in Docker

How to run Nginx and PHP in Docker

Today we will try to run nginx web server with PHP 7.4 in Docker. We will use Docker, because we will not install any software on our host system. You should...