My first docker "Hello World" application with ubuntu as base image, php and apache2 installed
Ubuntu,
Apache2,
PHP7.2
Clone this repository on your local computer and Run the docker-compose up -d.
git clone https://github.com/ringnyu/php-apache-docker.git
cd php-apache
git fetch --all
docker-compose up -d
Your first php "hello world" with Docker is now ready!! You can access it via http://localhost:8080/index.php