Skip to content

Commit 5ad486f

Browse files
committed
Also fixing the issue in the README blueprint
1 parent 56da96d commit 5ad486f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/README.blueprint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $ docker run -p 80:80 --rm --name my-apache-php-app -v "$PWD":/var/www/html thec
6565
Example with PHP-FPM:
6666

6767
```bash
68-
$ docker run -p 9000:9000 --rm --name my-php-fpm -v "$PWD":/var/www/html thecodingmachine/{{ $image.php_version }}-v3-fpm
68+
$ docker run -p 9000:9000 --rm --name my-php-fpm -v "$PWD":/var/www/html thecodingmachine/php:{{ $image.php_version }}-v3-fpm
6969
```
7070

7171
Example with Apache + Node 8.x in a Dockerfile:

0 commit comments

Comments
 (0)