Author: Tim Düsterhus (TimWolla) Committer: Derick Rethans (derickr) Date: 2025-10-01T12:03:32+01:00
Commit: https://github.com/php/web-php/commit/1abaefcd87d3acb917cca7d45e529344f016c72e Raw diff: https://github.com/php/web-php/commit/1abaefcd87d3acb917cca7d45e529344f016c72e.diff Fix Docker image in linux-docker-web-default.php Changed paths: M include/download-instructions/linux-docker-web-default.php Diff: 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 @@ </p> <pre><code class="language-bash line-numbers"> # 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 </code></pre>
