Skip to content

Commit 931dc21

Browse files
committed
update README
1 parent 2a5a1cb commit 931dc21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ docker run \
7171
--rm \
7272
--volume "$PWD:/app" \
7373
-it \
74-
php:7.1 \
74+
php:8.3 \
7575
php --docroot /app/web/ --server "localhost:${PORT}" /app/web/index.php
7676
```
7777
Or on Mac:
@@ -84,7 +84,7 @@ docker run \
8484
--rm \
8585
--volume "$PWD:/app" \
8686
-it \
87-
php:7.1 \
87+
php:8.3 \
8888
php --docroot /app/web/ --server "localhost:${PORT}" /app/web/index.php
8989
```
9090

0 commit comments

Comments
 (0)