Skip to content

Commit 56da96d

Browse files
authored
Update README.md
fix the command for fpm demo
1 parent 3eb65d5 commit 56da96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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:

0 commit comments

Comments
 (0)