Explorar o código

Need to specify apache, not cli

Joe Ferguson %!s(int64=11) %!d(string=hai) anos
pai
achega
e8998e4e6c
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      php/README-content.md
  2. 1 1
      php/README.md

+ 1 - 1
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

+ 1 - 1
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