Skip to content

Commit a49c12b

Browse files
authored
Update README.md
1 parent b5cf5a4 commit a49c12b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,8 @@ docker run -it --rm \
99
--name bench-script \
1010
-v "$PWD":/usr/src/myapp \
1111
-w /usr/src/myapp \
12-
php:8.2-cli \
12+
php:8.3-cli \
1313
php -dopcache.enable_cli=0 bench.php
14-
15-
# Or... with ClearLinux php-fpm image:
16-
17-
docker run -it --rm \
18-
-v $PWD:/var/www/html \
19-
clearlinux/php-fpm \
20-
php -dopcache.enable_cli=0 /var/www/html/bench.php
2114
```
2215
# Run the sergix44 script in Docker instead
2316

0 commit comments

Comments
 (0)