Quellcode durchsuchen

Need to specify apache, not cli

Joe Ferguson vor 11 Jahren
Ursprung
Commit
e8998e4e6c
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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