Skip to content

Commit

Permalink
Update location of PHP.ini files
Browse files Browse the repository at this point in the history
As this is now PHP 8.1 the files are in the `php81` directory rather than just the `php8` directory.
  • Loading branch information
johncoles authored and TrafeX committed Aug 14, 2022
1 parent 866e9a3 commit dbfab1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Nginx configuration:

PHP configuration:

docker run -v "`pwd`/php-setting.ini:/etc/php8/conf.d/settings.ini" trafex/php-nginx
docker run -v "`pwd`/php-setting.ini:/etc/php81/conf.d/settings.ini" trafex/php-nginx

PHP-FPM configuration:

Expand Down

0 comments on commit dbfab1e

Please sign in to comment.