File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ $ docker run -p 80:80 --rm --name my-apache-php-app -v "$PWD":/var/www/html thec
110
110
Example with PHP-FPM:
111
111
112
112
``` 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
114
114
```
115
115
116
116
Example with Apache + Node 8.x in a Dockerfile:
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ $ docker run -p 80:80 --rm --name my-apache-php-app -v "$PWD":/var/www/html thec
65
65
Example with PHP-FPM:
66
66
67
67
``` 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
69
69
```
70
70
71
71
Example with Apache + Node 8.x in a Dockerfile:
You can’t perform that action at this time.
0 commit comments