diff --git a/php/README-content.md b/php/README-content.md index 7634c993..60b7b19c 100644 --- a/php/README-content.md +++ b/php/README-content.md @@ -45,4 +45,4 @@ Then run the commands to build and run the docker image. If you don't want to include a `Dockerfile` in your project, then it is sufficient to do the following. - docker run -it --rm --name my-apache-php-app -v $(pwd):/var/www/html php:5.6-cli + docker run -it --rm --name my-apache-php-app -v $(pwd):/var/www/html php:5.6-apache diff --git a/php/README.md b/php/README.md index 192d9dd1..ca4779ea 100644 --- a/php/README.md +++ b/php/README.md @@ -45,7 +45,7 @@ Then run the commands to build and run the docker image. If you don't want to include a `Dockerfile` in your project, then it is sufficient to do the following. - docker run -it --rm --name my-apache-php-app -v $(pwd):/var/www/html php:5.6-cli + docker run -it --rm --name my-apache-php-app -v $(pwd):/var/www/html php:5.6-apache # User Feedback