Update PHP Version

This commit is contained in:
2023-05-29 01:32:26 +02:00
parent 553f70bcb2
commit e7106276f3
2 changed files with 6 additions and 1 deletions

View File

@@ -83,6 +83,11 @@ services:
- DOCUMENT_ROOT=/var/www/html #Optional
```
Default web root:
```
/var/www/html
```
## Docker run
```sh

View File

@@ -1,4 +1,4 @@
FROM php:8.2.0-fpm
FROM php:8.2.5-fpm
ARG WORKDIR=/var/www/html
ENV DOCUMENT_ROOT=${WORKDIR}
ENV LARAVEL_PROCS_NUMBER=1