Skip to content

Commit 34301ac

Browse files
authored
Merge pull request #187 from bastnic/patch-1
Update README.md
2 parents 3eb65d5 + 5ad486f commit 34301ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

112112
```bash
113-
$ docker run -p 9000:9000 --rm --name my-php-fpm -v "$PWD":/var/www/html thecodingmachine/7.4-v3-fpm
113+
$ docker run -p 9000:9000 --rm --name my-php-fpm -v "$PWD":/var/www/html thecodingmachine/php:7.4-v3-fpm
114114
```
115115

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

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)