Docker file and compose update – CentOS
I have created a simple tech stack using Docker. PHP 7.2 on CentOS. Below is the docker file FROM centos:7 # Install Apache RUN yum -y update RUN yum -y install httpd httpd-tools # Install EPEL Repo RUN rpm -Uvh…