Skip to content

Commit df1a00c

Browse files
committed
Replace old PHP7 example with PHP8
1 parent 6a440c8 commit df1a00c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Nginx configuration:
5151

5252
PHP configuration:
5353

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

5656
PHP-FPM configuration:
5757

58-
docker run -v "`pwd`/php-fpm-settings.conf:/etc/php7/php-fpm.d/server.conf" trafex/php-nginx
58+
docker run -v "`pwd`/php-fpm-settings.conf:/etc/php8/php-fpm.d/server.conf" trafex/php-nginx
5959

6060
_Note; Because `-v` requires an absolute path I've added `pwd` in the example to return the absolute path to the current directory_
6161

0 commit comments

Comments
 (0)