diff --git a/include/download-instructions/linux-docker-web-default.php b/include/download-instructions/linux-docker-web-default.php index 7b8ba724be..c04a74df5d 100644 --- a/include/download-instructions/linux-docker-web-default.php +++ b/include/download-instructions/linux-docker-web-default.php @@ -3,8 +3,8 @@


 # Pull the PHP Docker image.
-docker pull php-fpm
+docker pull php:fpm
 
 # Launch a container with PHP.
-docker run --rm -it --entrypoint bash php-fpm
+docker run --rm -it --entrypoint bash php:fpm