We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5a1cb commit 931dc21Copy full SHA for 931dc21
1 file changed
README.md
@@ -71,7 +71,7 @@ docker run \
71
--rm \
72
--volume "$PWD:/app" \
73
-it \
74
- php:7.1 \
+ php:8.3 \
75
php --docroot /app/web/ --server "localhost:${PORT}" /app/web/index.php
76
```
77
Or on Mac:
@@ -84,7 +84,7 @@ docker run \
84
85
86
87
88
89
90
0 commit comments