updated php from 8.1 to 8.4
This commit is contained in:
+1
-3
@@ -1,5 +1,3 @@
|
||||
version: "3.5"
|
||||
|
||||
services:
|
||||
mysql:
|
||||
image: mariadb:latest
|
||||
@@ -27,7 +25,7 @@ services:
|
||||
- "6379"
|
||||
|
||||
php:
|
||||
build: ./Docker/php-8.1-fpm/
|
||||
build: ./Docker/php-8.4-fpm/
|
||||
user: ${USER_UID}:${USER_GID}
|
||||
volumes:
|
||||
- php-user-data:/home/${USER_UNAME}
|
||||
|
||||
Reference in New Issue
Block a user