We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56da96d commit 5ad486fCopy full SHA for 5ad486f
utils/README.blueprint.md
@@ -65,7 +65,7 @@ $ docker run -p 80:80 --rm --name my-apache-php-app -v "$PWD":/var/www/html thec
65
Example with PHP-FPM:
66
67
```bash
68
-$ docker run -p 9000:9000 --rm --name my-php-fpm -v "$PWD":/var/www/html thecodingmachine/{{ $image.php_version }}-v3-fpm
+$ docker run -p 9000:9000 --rm --name my-php-fpm -v "$PWD":/var/www/html thecodingmachine/php:{{ $image.php_version }}-v3-fpm
69
```
70
71
Example with Apache + Node 8.x in a Dockerfile:
0 commit comments