updated php from 8.1 to 8.4

This commit is contained in:
2026-03-09 12:23:35 +01:00
parent ba9f49f4a5
commit 067841c724
9 changed files with 7 additions and 15 deletions
+1 -3
View File
@@ -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}