We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a440c8 commit df1a00cCopy full SHA for df1a00c
README.md
@@ -51,11 +51,11 @@ Nginx configuration:
51
52
PHP configuration:
53
54
- docker run -v "`pwd`/php-setting.ini:/etc/php7/conf.d/settings.ini" trafex/php-nginx
+ docker run -v "`pwd`/php-setting.ini:/etc/php8/conf.d/settings.ini" trafex/php-nginx
55
56
PHP-FPM configuration:
57
58
- docker run -v "`pwd`/php-fpm-settings.conf:/etc/php7/php-fpm.d/server.conf" trafex/php-nginx
+ docker run -v "`pwd`/php-fpm-settings.conf:/etc/php8/php-fpm.d/server.conf" trafex/php-nginx
59
60
_Note; Because `-v` requires an absolute path I've added `pwd` in the example to return the absolute path to the current directory_
61
0 commit comments