Update PHP Version

This commit is contained in:
2023-05-29 01:36:23 +02:00
parent 512c34ecc7
commit 8413f484d4
2 changed files with 6 additions and 1 deletions

View File

@@ -57,6 +57,11 @@ services:
```sh ```sh
docker-compose exec php-fpm /bin/bash docker-compose exec php-fpm /bin/bash
```
```
Default web root:
```
/var/www/html
``` ```
### Laravel migration ### Laravel migration

View File

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