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 3eb65d5 commit 56da96dCopy full SHA for 56da96d
README.md
@@ -110,7 +110,7 @@ $ docker run -p 80:80 --rm --name my-apache-php-app -v "$PWD":/var/www/html thec
110
Example with PHP-FPM:
111
112
```bash
113
-$ docker run -p 9000:9000 --rm --name my-php-fpm -v "$PWD":/var/www/html thecodingmachine/7.4-v3-fpm
+$ docker run -p 9000:9000 --rm --name my-php-fpm -v "$PWD":/var/www/html thecodingmachine/php:7.4-v3-fpm
114
```
115
116
Example with Apache + Node 8.x in a Dockerfile:
0 commit comments