Skip to content

Commit 1abaefc

Browse files
TimWolladerickr
authored andcommitted
Fix Docker image in linux-docker-web-default.php
1 parent 44f17dc commit 1abaefc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/download-instructions/linux-docker-web-default.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
</p>
44
<pre><code class="language-bash line-numbers">
55
# Pull the PHP Docker image.
6-
docker pull php-fpm
6+
docker pull php:fpm
77

88
# Launch a container with PHP.
9-
docker run --rm -it --entrypoint bash php-fpm
9+
docker run --rm -it --entrypoint bash php:fpm
1010
</code></pre>

0 commit comments

Comments
 (0)